Searched refs:numOutputSlots (Results 1 – 1 of 1) sorted by relevance
1567 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start() local1750 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() local2406 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()[all …]