Searched refs:kErrorThreshold (Results 1 – 2 of 2) sorted by relevance
51 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable308 if (err < kErrorThreshold) { in addSample()
62 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared variable557 return !mModelUpdated || mError > kErrorThreshold; in addPresentFence()627 bool modelLocked = mModelUpdated && mError < (kErrorThreshold / 2) && mPendingPeriod == 0; in addResyncSample()