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

Commit cc7c0182 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: 402b5dcf

Change-Id: I34d237e2ad51fc80986865f178cb2a0d389c2977
parents fba0265c 402b5dcf
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;