Home
last modified time | relevance | path

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

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