HomeSort by relevance Sort by last modified time
    Searched refs:kErrorThreshold (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.cpp 56 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared
443 return !mModelUpdated || mError > kErrorThreshold;
490 // Check against kErrorThreshold / 2 to add some hysteresis before having to
492 bool modelLocked = mModelUpdated && mError < (kErrorThreshold / 2);
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 58 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10;
306 if (err < kErrorThreshold) {

Completed in 391 milliseconds