Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1567 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local
1750 maxDequeueCount = output->maxDequeueBuffers = numOutputSlots + in start()
1873 output->numSlots = numOutputSlots; in start()
1917 output->buffers = output->buffers->toArrayMode(numOutputSlots); in start()
1939 output->buffers = output->buffers->toArrayMode(numOutputSlots); in start()
2398 size_t numOutputSlots = 0; in handleWork() local
2406 numOutputSlots = output->numSlots; in handleWork()
2416 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()
2417 if (output->numSlots < numOutputSlots) { in handleWork()
2418 output->numSlots = numOutputSlots; in handleWork()
[all …]