Searched refs:doFit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp275 bool doFit = time > mRefitAt; local
279 doFit = true;
285 doFit = true;
286 } else if (!doFit) {
288 doFit = err > mPeriod / kReFitThresholdDiv;
291 if (doFit) {

Completed in 35 milliseconds