Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84841822 authored by Ram Mohan M's avatar Ram Mohan M Committed by android-build-merger
Browse files

Merge "bug fix: disable timestamp deviation test for audio decoder" into...

Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev am: febad058 am: a87079c3
am: f88227bd

Change-Id: Icea34a6b4bbeea1bf0cb0940b193d91bbbae7dcd
parents fba0265c f88227bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -765,7 +765,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;