Searched refs:kErrorThreshold (Results 1 – 2 of 2) sorted by relevance
56 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared variable444 return !mModelUpdated || mError > kErrorThreshold; in addPresentFence()493 bool modelLocked = mModelUpdated && mError < (kErrorThreshold / 2); in addResyncSample()
58 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable306 if (err < kErrorThreshold) { in addSample()