Home
last modified time | relevance | path

Searched refs:maxDequeueBuffers (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp150 mOutputSurface.lock()->maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in CCodecBufferChannel()
1197 maxDequeueCount = output->maxDequeueBuffers = numOutputSlots + in start()
1202 output->surface->setMaxDequeuedBufferCount(output->maxDequeueBuffers); in start()
1838 maxDequeueCount = output->maxDequeueBuffers = in handleWork()
1841 output->surface->setMaxDequeuedBufferCount(output->maxDequeueBuffers); in handleWork()
1993 int maxDequeueCount = mOutputSurface.lock()->maxDequeueBuffers; in setSurface()
H A DCCodecBufferChannel.h297 int maxDequeueBuffers; member
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp414 int32_t maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in setOutputSurface() local
432 maxDequeueBuffers); in setOutputSurface()