OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comax
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/common_time/
clock_recovery.h
131
static const float
COmax
;
clock_recovery.cpp
102
const float ClockRecoveryLoop::
COmax
= 100.0f;
268
else if (CO >
COmax
)
269
CO =
COmax
;
Completed in 53 milliseconds