Lines Matching refs:numOutputSlots
1014 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local
1197 maxDequeueCount = output->maxDequeueBuffers = numOutputSlots + in start()
1320 output->numSlots = numOutputSlots; in start()
1363 output->buffers = output->buffers->toArrayMode(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()
1839 numOutputSlots + reorderDepth + kRenderingDepth; in handleWork()