summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorRam Mohan M2017-09-01 03:28:40 -0500
committerKeun Soo Yim2018-01-23 16:23:27 -0600
commitc4e3cc8b515ec95ac9ba9dc08eca4ac96f5163a3 (patch)
treebfc860d083064a327e041e9f747810aac06a9d06 /media
parentd5c6411aebcc9589f933d01fb975a96d7df94ad1 (diff)
downloadplatform-hardware-interfaces-c4e3cc8b515ec95ac9ba9dc08eca4ac96f5163a3.tar.gz
platform-hardware-interfaces-c4e3cc8b515ec95ac9ba9dc08eca4ac96f5163a3.tar.xz
platform-hardware-interfaces-c4e3cc8b515ec95ac9ba9dc08eca4ac96f5163a3.zip
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 Merged-In: I8a08a8da7dd203cd16cbfbfd3f15e27966db711f Change-Id: I8a08a8da7dd203cd16cbfbfd3f15e27966db711f (cherry picked from commit eb9e25a3e265a984a1c114a1925dc33bf445f28f)
Diffstat (limited to 'media')
-rw-r--r--media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp2
1 files changed, 1 insertions, 1 deletions
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 0c698da1..ab18b6cc 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 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
755 int bytesCount = 0; 755 int bytesCount = 0;
756 uint32_t flags = 0; 756 uint32_t flags = 0;
757 uint32_t timestamp = 0; 757 uint32_t timestamp = 0;
758 timestampDevTest = true; 758 timestampDevTest = false;
759 while (1) { 759 while (1) {
760 if (!(eleInfo >> bytesCount)) break; 760 if (!(eleInfo >> bytesCount)) break;
761 eleInfo >> flags; 761 eleInfo >> flags;