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

Commit 8043ecc0 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
am: cc7c0182

Change-Id: I021a33561104fdd840454c0eda55a5b3f5a11a92
parents aa93654f cc7c0182
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;