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

Commit ee82bfc7 authored by Sungtak Lee's avatar Sungtak Lee Committed by Android (Google) Code Review
Browse files

Merge "Disable blocking allocator" into sc-dev

parents cd1028a6 a5ba421b
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");