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

Commit d2c2cc52 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [8362519] into qt-c2f2-release

Change-Id: I395dc9c6f6f463ceb106890772ad5aa3e7fd94f5
parents bb562756 3f87440c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -886,6 +886,8 @@ status_t CCodecBufferChannel::start(

        bool forceArrayMode = false;
        Mutexed<Input>::Locked input(mInput);
        input->inputDelay = inputDelayValue;
        input->pipelineDelay = pipelineDelayValue;
        input->numSlots = numInputSlots;
        input->extraBuffers.flush();
        input->numExtraSlots = 0u;
@@ -1052,6 +1054,7 @@ status_t CCodecBufferChannel::start(
        }

        Mutexed<Output>::Locked output(mOutput);
        output->outputDelay = outputDelayValue;
        output->numSlots = numOutputSlots;
        if (graphic) {
            if (outputSurface) {