commit | a87079c3d4bacdcb3b80c59d347395e3de70af39 | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Sat Sep 02 03:44:45 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Sep 02 03:44:45 2017 +0000 |
tree | 913c8012db72dcb58d50893bebfffefb85cac08d | |
parent | b06f544d22bd89bd922f9dff66c6dfb3a1cbb598 [diff] | |
parent | febad058bd2f538f01d5fa06b09a9c734db1baeb [diff] |
Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev am: febad058bd Change-Id: I09128311ab40316b17d99daeae375ff7535d0e63
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;