Home | Sort by relevance Sort by last modified time |
/frameworks/base/services/common_time/ | |
clock_recovery.h | 131 static const float COmax; |
clock_recovery.cpp | 102 const float ClockRecoveryLoop::COmax = 100.0f; 268 else if (CO > COmax) 269 CO = COmax; |