Searched defs:impulse (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp193 int16_t* impulse = mImpulse; local
214 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
217 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
223 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
231 int16_t* head = impulse + halfNumCoefs*CHANNELS;
239 filterCoefficient<CHANNELS>(l, r, phaseFraction, impulse);
249 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
255 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
260 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
272 mImpulse = impulse;
285 read( int16_t*& impulse, uint32_t& phaseFraction, const int16_t* in, size_t inputIndex) argument
[all...]

Completed in 18 milliseconds