Searched defs:estimatedNs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2057 const nsecs_t estimatedNs = framesToNanoseconds(minFrames, sampleRate, speed); local
2059 ns = estimatedNs - min(estimatedNs / 2, maxThrottleCompensationNs) + kWaitPeriodNs;

Completed in 324 milliseconds