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

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

Merge cherrypicks of [8362518] into qt-release

Change-Id: I806700f24586b9c1be5edea1c47a18e1b3319a80
parents 71b52d8f 7c73dd75
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) {