commit | cc7c0182003a423d9e6da9a9ae341a7a3768215f | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Sat Sep 02 03:57:14 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Sep 02 03:57:14 2017 +0000 |
tree | 2a1e09e46192c8be6fccdc61cc7c6227c81bbaf0 | |
parent | fba0265cd4cd16f8dc6ca69663d87f51d96aab11 [diff] | |
parent | 402b5dcf2805588ec21933a06eaf55cba384daff [diff] |
Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev am: febad058bd am: a87079c3d4 am: 402b5dcf28 Change-Id: I34d237e2ad51fc80986865f178cb2a0d389c2977
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 6790ebf..3a0b0f6 100644 --- a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp +++ b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
@@ -765,7 +765,7 @@ int bytesCount = 0; uint32_t flags = 0; uint32_t timestamp = 0; - timestampDevTest = true; + timestampDevTest = false; while (1) { if (!(eleInfo >> bytesCount)) break; eleInfo >> flags;