Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp83 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize()
127 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain()
139 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance()
163 int L, int halfNumCoefs, int inSampleRate, int outSampleRate) in set()
570 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()