Home
last modified time | relevance | path

Searched refs:kSmoothnessFactor (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp84 constexpr size_t kSmoothnessFactor = 4; variable
196 input->numSlots = kSmoothnessFactor; in CCodecBufferChannel()
203 output->numSlots = kSmoothnessFactor; in CCodecBufferChannel()
212 mOutputSurface.lock()->maxDequeueBuffers = kSmoothnessFactor + mRenderingDepth; in CCodecBufferChannel()
1566 size_t numInputSlots = inputDelayValue + pipelineDelayValue + kSmoothnessFactor; in start()
1567 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start()
1963 .smoothnessFactor(kSmoothnessFactor) in start()
2384 kSmoothnessFactor; in handleWork()
2416 numOutputSlots = newOutputDelay.value() + kSmoothnessFactor; in handleWork()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp45 constexpr size_t kSmoothnessFactor = 4; variable
418 int32_t maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in setOutputSurface()