mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
febad058bd
@@ -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