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

Commit f88227bd 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 oc-dev am: febad058

am: a87079c3

Change-Id: Ied9396646a58ca9b3f123c7db25df418b040a478
parents 5d143d2a a87079c3
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;