Lines Matching refs:numOutputSlots
1567 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()
2423 mName, numOutputSlots); in handleWork()
2424 array->grow(numOutputSlots); in handleWork()
2429 numOutputSlots = output->numSlots; in handleWork()
2439 numOutputSlots + reorderDepth + mRenderingDepth; in handleWork()