Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2287 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local
2300 newReorderDepth = reorderDepth.value; in handleWork()
2401 if (newReorderKey || newReorderDepth || needMaxDequeueBufferCountUpdate) { in handleWork()
2410 if (newReorderDepth) { in handleWork()
2411 output->buffers->setReorderDepth(newReorderDepth.value()); in handleWork()