OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
444
return !mModelUpdated || mError >
kErrorThreshold
;
491
// Check against
kErrorThreshold
/ 2 to add some hysteresis before having to
493
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 49 milliseconds