Home
last modified time | relevance | path

Searched defs:halfNumCoefs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize()
133 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain()
145 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance()
169 int L, int halfNumCoefs, int inSampleRate, int outSampleRate) in set()
696 const int halfNumCoefs = c.mHalfNumCoefs; in resample() local
DAudioResamplerSinc.h87 unsigned int halfNumCoefs; member
DAudioResamplerFirProcess.h378 const int coefShift, const int halfNumCoefs, const TC* const coefs, in fir()