Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp62 constexpr size_t kSmoothnessFactor = 4; variable
228 mOutputSurface.lock()->maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in CCodecBufferChannel()
235 input->numSlots = kSmoothnessFactor; in CCodecBufferChannel()
241 output->numSlots = kSmoothnessFactor; in CCodecBufferChannel()
815 size_t numInputSlots = inputDelayValue + pipelineDelayValue + kSmoothnessFactor; in start()
816 size_t numOutputSlots = outputDelayValue + kSmoothnessFactor; in start()
1125 .smoothnessFactor(kSmoothnessFactor); in start()
1418 numOutputSlots = outputDelay.value + kSmoothnessFactor; in handleWork()
1461 kSmoothnessFactor; in handleWork()