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

  /frameworks/base/libs/common_time/
clock_recovery.h 131 static const float COmax;
clock_recovery.cpp 103 const float ClockRecoveryLoop::COmax = 100.0f;
269 else if (CO > COmax)
270 CO = COmax;

Completed in 492 milliseconds