Searched refs:throttleMs (Results 1 – 2 of 2) sorted by relevance
107 void logThrottleMs(double throttleMs) const { in logThrottleMs() argument110 .set(AMEDIAMETRICS_PROP_THROTTLEMS, (double)throttleMs) in logThrottleMs()
3987 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs; in threadLoop() local3988 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()3989 mThreadMetrics.logThrottleMs((double)throttleMs); in threadLoop()3991 usleep(throttleMs * 1000); in threadLoop()3996 this, ret, deltaMs, throttleMs); in threadLoop()3997 mThreadThrottleTimeMs += throttleMs; in threadLoop()