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

  /frameworks/base/services/common_time/
clock_recovery.h 74 static const float bias_Fc; // HZ
clock_recovery.cpp 96 const float ClockRecoveryLoop::bias_Fc = 0.01;
97 const float ClockRecoveryLoop::bias_RC = (dT / (2 * 3.14159f * bias_Fc));

Completed in 182 milliseconds