Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.cpp56 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared variable
444 return !mModelUpdated || mError > kErrorThreshold; in addPresentFence()
493 bool modelLocked = mModelUpdated && mError < (kErrorThreshold / 2); in addResyncSample()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp58 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable
306 if (err < kErrorThreshold) { in addSample()