Searched refs:COmax (Results 1 – 2 of 2) sorted by relevance
102 const float ClockRecoveryLoop::COmax = 100.0f; member in android::ClockRecoveryLoop268 else if (CO > COmax) in pushDisciplineEvent()269 CO = COmax; in pushDisciplineEvent()
131 static const float COmax; variable