Searched refs:kSmoothnessFactor (Results 1 – 2 of 2) sorted by relevance
84 constexpr size_t kSmoothnessFactor = 4; variable196 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()
45 constexpr size_t kSmoothnessFactor = 4; variable418 int32_t maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in setOutputSurface()