Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dclock_recovery.cpp103 const float ClockRecoveryLoop::COmax = 100.0f; member in android::ClockRecoveryLoop
269 else if (CO > COmax) in pushDisciplineEvent()
270 CO = COmax; in pushDisciplineEvent()
Dclock_recovery.h131 static const float COmax; variable