Lines Matching refs:maxDequeueBuffers
228 mOutputSurface.lock()->maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in CCodecBufferChannel()
952 output->maxDequeueBuffers = numOutputSlots + in start()
955 output->maxDequeueBuffers += numInputSlots; in start()
960 output->surface->setMaxDequeuedBufferCount(output->maxDequeueBuffers); in start()
1361 output->maxDequeueBuffers = numOutputSlots + in handleWork()
1364 output->maxDequeueBuffers += numInputSlots; in handleWork()
1367 output->surface->setMaxDequeuedBufferCount(output->maxDequeueBuffers); in handleWork()
1439 output->maxDequeueBuffers = numOutputSlots + depth + kRenderingDepth; in handleWork()
1441 output->maxDequeueBuffers += numInputSlots; in handleWork()
1444 output->surface->setMaxDequeuedBufferCount(output->maxDequeueBuffers); in handleWork()
1613 newSurface->setMaxDequeuedBufferCount(mOutputSurface.lock()->maxDequeueBuffers); in setSurface()