HomeSort by relevance Sort by last modified time
    Searched refs:CObias (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/common_time/
clock_recovery.cpp 252 // The net effect of this is that CO == CObias after some extended
254 delta_f = last_delta_f_ - dT*(CO - CObias);
272 CObias = bias_Alpha * CO + (1.0f - bias_Alpha) * lastCObias;
273 lastCObias = CObias;
283 LOG_TS("clock_loop %lld %f %f %f %d\n", raw_delta, delta_f, CO, CObias, tgt_correction);
319 lastCObias = CObias = 0.0f;
clock_recovery.h 125 float CObias;

Completed in 26 milliseconds