commit | 8484182285ce8d8450548d00937dfc5c4867aafb | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Sat Sep 02 03:57:15 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Sep 02 03:57:15 2017 +0000 |
tree | 2a1e09e46192c8be6fccdc61cc7c6227c81bbaf0 | |
parent | fba0265cd4cd16f8dc6ca69663d87f51d96aab11 [diff] | |
parent | f88227bd94e0c04d020c44ea3cf048c6538480b6 [diff] |
Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev am: febad058bd am: a87079c3d4 am: f88227bd94 Change-Id: Icea34a6b4bbeea1bf0cb0940b193d91bbbae7dcd
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;