Searched defs:halfNumCoefs (Results  1 – 3 of 3) sorted by relevance
| /frameworks/av/media/libaudioprocessing/ | 
| D | AudioResamplerDyn.cpp | 85 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs)  in resize()132 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs,  in readAgain()
 144 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs,  in readAdvance()
 168         int L, int halfNumCoefs, int inSampleRate, int outSampleRate)  in set()
 707         const int halfNumCoefs = c.mHalfNumCoefs;  in resample()  local
 
 | 
| D | AudioResamplerSinc.h | 87         unsigned int halfNumCoefs;  member
 | 
| D | AudioResamplerFirProcess.h | 378         const int coefShift, const int halfNumCoefs, const TC* const coefs,  in fir()
 |