Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioResamplerDyn.cpp82 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize()
126 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain()
138 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance()
153 int L, int halfNumCoefs, int inSampleRate, int outSampleRate) in set()
557 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()