Home
last modified time | relevance | path

Searched refs:newInputDelay (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
1736 newInputDelay = inputDelay.value; in handleWork()
1780 if (newInputDelay || newPipelineDelay) { in handleWork()
1783 newInputDelay.value_or(input->inputDelay) + in handleWork()