Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2092 constexpr nsecs_t maxThrottleCompensationNs = 500000000LL; in processAudioBuffer() local
2093 ns = estimatedNs - min(estimatedNs / 2, maxThrottleCompensationNs) + kWaitPeriodNs; in processAudioBuffer()