Searched refs:maxThrottleCompensationNs (Results 1 – 1 of 1) sorted by relevance
2092 constexpr nsecs_t maxThrottleCompensationNs = 500000000LL; in processAudioBuffer() local2093 ns = estimatedNs - min(estimatedNs / 2, maxThrottleCompensationNs) + kWaitPeriodNs; in processAudioBuffer()