Lines Matching refs:numOutputSlots
912 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local
1062 output->maxDequeueBuffers = numOutputSlots + in start()
1176 output->numSlots = numOutputSlots; in start()
1209 output->buffers = output->buffers->toArrayMode(numOutputSlots); in start()
1541 size_t numOutputSlots = mOutput.lock()->numSlots; in handleWork() local
1544 output->maxDequeueBuffers = numOutputSlots + in handleWork()
1602 size_t numOutputSlots = 0; in handleWork() local
1610 numOutputSlots = outputDelay.value + in handleWork()
1612 if (output->numSlots < numOutputSlots) { in handleWork()
1613 output->numSlots = numOutputSlots; in handleWork()
1618 mName, numOutputSlots); in handleWork()
1619 array->grow(numOutputSlots); in handleWork()
1623 numOutputSlots = output->numSlots; in handleWork()
1632 output->maxDequeueBuffers = numOutputSlots + depth + kRenderingDepth; in handleWork()