Home
last modified time | relevance | path

Searched refs:newReorderDepth (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1688 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local
1701 newReorderDepth = reorderDepth.value; in handleWork()
1801 if (newReorderKey || newReorderDepth || needMaxDequeueBufferCountUpdate) { in handleWork()
1810 if (newReorderDepth) { in handleWork()
1811 output->buffers->setReorderDepth(newReorderDepth.value()); in handleWork()