commit | eb9e25a3e265a984a1c114a1925dc33bf445f28f | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Fri Sep 01 13:58:40 2017 +0530 |
committer | Pawin Vongmasa <pawin@google.com> | Fri Sep 01 06:22:17 2017 -0700 |
tree | 64184470eff9ca170d07e01e51e677c9361cbefa | |
parent | e2dae8c2581172001f16a88ad555c401e6b42d34 [diff] |
bug fix: disable timestamp deviation test for audio decoder Test: make vts -j99 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 \ && vts-tradefed run commandAndExit vts \ --skip-all-system-status-check --primary-abi-only \ --skip-preconditions --module VtsHalMediaOmxV1_0Test -l INFO Bug: 64128634 Bug: 65166112 Change-Id: I8a08a8da7dd203cd16cbfbfd3f15e27966db711f
diff --git a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp index 0c698da..ab18b6c 100644 --- a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp +++ b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
@@ -755,7 +755,7 @@ int bytesCount = 0; uint32_t flags = 0; uint32_t timestamp = 0; - timestampDevTest = true; + timestampDevTest = false; while (1) { if (!(eleInfo >> bytesCount)) break; eleInfo >> flags;