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);
309 uint32_t phaseIncrement = mPhaseIncrement;
314 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
315 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
345 Advance(&inputIndex, &phaseFraction, phaseIncrement);
361 phaseFraction, phaseIncrement);
370 Advance(&inputIndex, &phaseFraction, phaseIncrement);
406 uint32_t phaseIncrement = mPhaseIncrement;
411 // 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.cpp286 uint32_t phaseIncrement = mPhaseIncrement; local
332 phaseFraction += phaseIncrement;

Completed in 189 milliseconds