Searched refs:CO (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp253 // The net effect of this is that CO == CObias after some extended
255 delta_f = last_delta_f_ - dT*(CO - CObias);
261 CO += dCO * Tf; // Filter CO by applying gain <1 here.
266 // Clamp CO to +/- 100ppm.
267 if (CO < COmin)
268 CO = COmin;
269 else if (CO > COmax)
270 CO = COmax;
273 CObias = bias_Alpha * CO
[all...]
H A Dclock_recovery.h121 float CO; member in class:android::ClockRecoveryLoop

Completed in 442 milliseconds