commit | 402b5dcf2805588ec21933a06eaf55cba384daff | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Sat Sep 02 03:50:43 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Sep 02 03:50:43 2017 +0000 |
tree | d583ca51c76334d2bd07475657250c6c6ac68fca | |
parent | 96df229fec5e3b68532b71ab7961a9164b3bda80 [diff] | |
parent | a87079c3d4bacdcb3b80c59d347395e3de70af39 [diff] |
Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev am: febad058bd am: a87079c3d4 Change-Id: Ieada35dd4756867bf7e0bc55c150d689b1bd7dd7
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 336cab4..5ba7b0c 100644 --- a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp +++ b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
@@ -766,7 +766,7 @@ int bytesCount = 0; uint32_t flags = 0; uint32_t timestamp = 0; - timestampDevTest = true; + timestampDevTest = false; while (1) { if (!(eleInfo >> bytesCount)) break; eleInfo >> flags;