Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp51 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable
308 if (err < kErrorThreshold) { in addSample()
/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.cpp58 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared variable
542 return !mModelUpdated || mError > kErrorThreshold; in addPresentFence()
609 bool modelLocked = mModelUpdated && mError < (kErrorThreshold / 2) && mPendingPeriod == 0; in addResyncSample()