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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp282 int16_t* impulse = mImpulse; local
303 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
306 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
312 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
320 int16_t* head = impulse + c->halfNumCoefs*CHANNELS;
328 filterCoefficient<CHANNELS>(l, r, phaseFraction, impulse);
338 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
344 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
349 read<CHANNELS>(impulse, phaseFraction, in, inputIndex);
361 mImpulse = impulse;
374 read( int16_t*& impulse, uint32_t& phaseFraction, const int16_t* in, size_t inputIndex) argument
[all...]

Completed in 6 milliseconds