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 46 static const nsecs_t kErrorThreshold = 160000000000; // 400 usec squared
343 return mPeriod == 0 || mError > kErrorThreshold;
379 return mPeriod == 0 || mError > kErrorThreshold;
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 59 static const size_t kErrorThreshold = (1 << (kPrecision * 2)) / 10;
306 if (err < kErrorThreshold) {

Completed in 3189 milliseconds