Searched refs:phaseIncrement (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp62 uint32_t &phaseFraction, uint32_t phaseIncrement);
65 uint32_t &phaseFraction, uint32_t phaseIncrement);
305 uint32_t phaseIncrement = mPhaseIncrement;
310 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
311 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
341 Advance(&inputIndex, &phaseFraction, phaseIncrement);
357 phaseFraction, phaseIncrement);
366 Advance(&inputIndex, &phaseFraction, phaseIncrement);
402 uint32_t phaseIncrement = mPhaseIncrement;
407 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement
[all...]
H A DAudioResamplerCubic.cpp60 uint32_t phaseIncrement = mPhaseIncrement; local
86 phaseFraction += phaseIncrement;
126 uint32_t phaseIncrement = mPhaseIncrement; local
152 phaseFraction += phaseIncrement;
H A DAudioResamplerSinc.cpp540 uint32_t phaseIncrement = mPhaseIncrement; local
584 phaseFraction += phaseIncrement;

Completed in 165 milliseconds