Home
last modified time | relevance | path

Searched refs:newOutputDelay (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
2346 newOutputDelay = outputDelay.value; in handleWork()
2414 if (newOutputDelay) { in handleWork()
2415 output->outputDelay = newOutputDelay.value(); in handleWork()
2416 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()