Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.cpp44 mSmoothnessFactor = value; in smoothnessFactor()
103 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
119 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
126 if (sizeWithInputsPending > mPipelineDelay + mInputDelay + mSmoothnessFactor) { in pipelineFull()
DPipelineWatcher.h40 mSmoothnessFactor(0) {} in PipelineWatcher()
124 uint32_t mSmoothnessFactor; variable