Searched defs:readAdvance (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp139 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, function in class:android::AudioResamplerDyn::InBuffer
548 mInBuffer.template readAdvance<CHANNELS>(
559 mInBuffer.template readAdvance<CHANNELS>(
598 mInBuffer.template readAdvance<CHANNELS>(impulse, halfNumCoefs, in, inputIndex);

Completed in 44 milliseconds