Home
last modified time | relevance | path

Searched refs:newOutputDelay (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
1747 newOutputDelay = outputDelay.value; in handleWork()
1814 if (newOutputDelay) { in handleWork()
1815 output->outputDelay = newOutputDelay.value(); in handleWork()
1816 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()