Searched refs:numOutputSlots (Results 1 – 1 of 1) sorted by relevance
912 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local1062 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() local1544 output->maxDequeueBuffers = numOutputSlots + in handleWork()1602 size_t numOutputSlots = 0; in handleWork() local1610 numOutputSlots = outputDelay.value + in handleWork()1612 if (output->numSlots < numOutputSlots) { in handleWork()1613 output->numSlots = numOutputSlots; in handleWork()[all …]