Searched refs:CObias (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);
273 CObias = bias_Alpha * CO + (1.0f - bias_Alpha) * lastCObias;
274 lastCObias = CObias;
284 LOG_TS("clock_loop %" PRId64 " %f %f %f %d\n", raw_delta, delta_f, CO, CObias, tgt_correction);
320 lastCObias = CObias = 0.0f;
H A Dclock_recovery.h125 float CObias; member in class:android::ClockRecoveryLoop

Completed in 654 milliseconds