Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/include/
DAudioResamplerPublic.h135 static inline size_t sourceFramesNeeded( in sourceFramesNeeded() function
158 size_t required = sourceFramesNeeded(srcSampleRate, dstFramesRequired, dstSampleRate); in sourceFramesNeededWithTimestretch()
/frameworks/av/include/media/
DAudioResamplerPublic.h135 static inline size_t sourceFramesNeeded( in sourceFramesNeeded() function
158 size_t required = sourceFramesNeeded(srcSampleRate, dstFramesRequired, dstSampleRate); in sourceFramesNeededWithTimestretch()
/frameworks/av/services/audioflinger/
DThreads.cpp5828 3 * sourceFramesNeeded(mSampleRate, thread->frameCount(), thread->sampleRate()); in addOutputTrack()