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

/frameworks/base/services/common_time/
H A Dclock_recovery.cpp231 // The net effect of this is that CO == CObias after some extended
233 delta_f = last_delta_f_ - dT*(CO - CObias);
252 CObias = bias_Alpha * CO + (1.0f - bias_Alpha) * lastCObias;
253 lastCObias = CObias;
266 LOG_TS("clock_loop %lld %f %f %f %d\n", raw_delta, delta_f, CO, CObias, correction_cur);
303 lastCObias = CObias = 0.0f;
H A Dclock_recovery.h113 float CObias; member in class:android::ClockRecoveryLoop

Completed in 5 milliseconds