Searched refs:maxDequeueBuffers (Results 1 – 2 of 2) sorted by relevance
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()[all …]
257 int maxDequeueBuffers; member