Loading media/codec2/sfplugin/CCodecBufferChannel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1761,7 +1761,7 @@ bool CCodecBufferChannel::handleWork( { Mutexed<Output>::Locked output(mOutput); numOutputSlots = output->numSlots; reorderDepth = output->buffers->getReorderDepth(); reorderDepth = output->buffers ? output->buffers->getReorderDepth() : 0; } Mutexed<OutputSurface>::Locked output(mOutputSurface); output->maxDequeueBuffers = numOutputSlots + reorderDepth + kRenderingDepth; Loading Loading
media/codec2/sfplugin/CCodecBufferChannel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1761,7 +1761,7 @@ bool CCodecBufferChannel::handleWork( { Mutexed<Output>::Locked output(mOutput); numOutputSlots = output->numSlots; reorderDepth = output->buffers->getReorderDepth(); reorderDepth = output->buffers ? output->buffers->getReorderDepth() : 0; } Mutexed<OutputSurface>::Locked output(mOutputSurface); output->maxDequeueBuffers = numOutputSlots + reorderDepth + kRenderingDepth; Loading