Lines Matching refs:numOutputSlots
816 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local
952 output->maxDequeueBuffers = numOutputSlots + in start()
1066 output->numSlots = numOutputSlots; in start()
1071 output->buffers.reset(new RawGraphicOutputBuffers(numOutputSlots, mName)); in start()
1092 output->buffers = output->buffers->toArrayMode(numOutputSlots); in start()
1358 size_t numOutputSlots = mOutput.lock()->numSlots; in handleWork() local
1361 output->maxDequeueBuffers = numOutputSlots + in handleWork()
1413 size_t numOutputSlots = 0; in handleWork() local
1418 numOutputSlots = outputDelay.value + kSmoothnessFactor; in handleWork()
1419 if (output->numSlots < numOutputSlots) { in handleWork()
1420 output->numSlots = numOutputSlots; in handleWork()
1425 mName, numOutputSlots); in handleWork()
1426 array->grow(numOutputSlots); in handleWork()
1430 numOutputSlots = output->numSlots; in handleWork()
1439 output->maxDequeueBuffers = numOutputSlots + depth + kRenderingDepth; in handleWork()