Home
last modified time | relevance | path

Searched refs:maxThrottleCompensationNs (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2524 constexpr nsecs_t maxThrottleCompensationNs = 500000000LL; in processAudioBuffer() local
2525 ns = estimatedNs - min(estimatedNs / 2, maxThrottleCompensationNs) + kWaitPeriodNs; in processAudioBuffer()