Home
last modified time | relevance | path

Searched refs:newInputDelay (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
2335 newInputDelay = inputDelay.value; in handleWork()
2379 if (newInputDelay || newPipelineDelay) { in handleWork()
2382 newInputDelay.value_or(input->inputDelay) + in handleWork()
2385 input->inputDelay = newInputDelay.value_or(input->inputDelay); in handleWork()