OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Kc
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/common_time/
clock_recovery.cpp
94
const float ClockRecoveryLoop::
Kc
= 1.0f;
260
dCO =
Kc
* (1.0f + dT/Ti) * delta_f -
Kc
* last_delta_f_;
clock_recovery.h
63
static const float
Kc
;
Completed in 3233 milliseconds