Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1014 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local
1320 output->numSlots = numOutputSlots; in start()
1798 size_t numOutputSlots = 0; in handleWork() local
1806 numOutputSlots = output->numSlots; in handleWork()
1816 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()
1817 if (output->numSlots < numOutputSlots) { in handleWork()
1818 output->numSlots = numOutputSlots; in handleWork()
1823 mName, numOutputSlots); in handleWork()
1824 array->grow(numOutputSlots); in handleWork()
1829 numOutputSlots = output->numSlots; in handleWork()
[all …]