mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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 Change-Id: I8a08a8da7dd203cd16cbfbfd3f15e27966db711f
This commit is contained in:
committed by
Pawin Vongmasa
parent
e2dae8c258
commit
eb9e25a3e2
@@ -755,7 +755,7 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
|
||||
int bytesCount = 0;
|
||||
uint32_t flags = 0;
|
||||
uint32_t timestamp = 0;
|
||||
timestampDevTest = true;
|
||||
timestampDevTest = false;
|
||||
while (1) {
|
||||
if (!(eleInfo >> bytesCount)) break;
|
||||
eleInfo >> flags;
|
||||
|
||||
Reference in New Issue
Block a user