Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dclock_recovery.cpp254 delta_f = last_delta_f_ - dT*(CO - CObias); in pushDisciplineEvent()
272 CObias = bias_Alpha * CO + (1.0f - bias_Alpha) * lastCObias; in pushDisciplineEvent()
273 lastCObias = CObias; in pushDisciplineEvent()
283 LOG_TS("clock_loop %lld %f %f %f %d\n", raw_delta, delta_f, CO, CObias, tgt_correction); in pushDisciplineEvent()
319 lastCObias = CObias = 0.0f; in reset_l()
Dclock_recovery.h125 float CObias; variable