Searched refs:kErrorThreshold (Results 1 – 2 of 2) sorted by relevance
46 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared variable343 return mPeriod == 0 || mError > kErrorThreshold; in addPresentFence()379 return mPeriod == 0 || mError > kErrorThreshold; in addResyncSample()
59 static const size_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable306 if (err < kErrorThreshold) { in addSample()