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