Searched refs:framesToNanoseconds (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 62 static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, float speed) in framesToNanoseconds() function 2091 const nsecs_t estimatedNs = framesToNanoseconds(minFrames, sampleRate, speed); in processAudioBuffer() 2155 nsecs_t delayNs = framesToNanoseconds( in processAudioBuffer() 2159 const nsecs_t afNs = framesToNanoseconds(mAfFrameCount, mAfSampleRate, speed); in processAudioBuffer() 2227 framesToNanoseconds(mRemainingFrames - avail, sampleRate, speed); in processAudioBuffer() 2230 const nsecs_t afns = framesToNanoseconds(mAfFrameCount, mAfSampleRate, speed); in processAudioBuffer()
|