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

Commit a5ba421b authored by Sungtak Lee's avatar Sungtak Lee
Browse files

Disable blocking allocator

Disable blocking allocator until blocking allocator could handle
BlockPool destruction and creation properly.

Bug: 184049126
Test: atest CtsMediaTestCases:android.media.cts.AdaptivePlaybackTest
Change-Id: I7e3ec8bbd5aaef826a13e9aa3909976acad1f3ef
parent a714f11c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1503,8 +1503,7 @@ c2_status_t Codec2Client::Component::setOutputSurface(
        bqId = 0;
        mOutputBufferQueue->configure(nullIgbp, generation, 0, nullptr);
    } else {
        mOutputBufferQueue->configure(surface, generation, bqId,
                                      mBase1_2 ? &syncObj : nullptr);
        mOutputBufferQueue->configure(surface, generation, bqId, nullptr);
    }
    ALOGD("surface generation remote change %u HAL ver: %s",
          generation, syncObj ? "1.2" : "1.0");