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

/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp62 uint32_t &phaseFraction, uint32_t phaseIncrement);
65 uint32_t &phaseFraction, uint32_t phaseIncrement);
342 uint32_t phaseIncrement = mPhaseIncrement;
347 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
348 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
377 Advance(&inputIndex, &phaseFraction, phaseIncrement);
394 phaseFraction, phaseIncrement);
403 Advance(&inputIndex, &phaseFraction, phaseIncrement);
440 uint32_t phaseIncrement = mPhaseIncrement;
445 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement
[all...]
H A DAudioResamplerCubic.cpp61 uint32_t phaseIncrement = mPhaseIncrement; local
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement; local
155 phaseFraction += phaseIncrement;
H A DAudioResamplerDyn.cpp497 const uint32_t phaseIncrement = mPhaseIncrement; local
501 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction)
507 // " phaseIncrement:%u phaseFraction:%u phaseWrapLimit:%u",
508 // inFrameCount, outFrameCount, phaseIncrement, phaseFraction, phaseWrapLimit);
580 phaseFraction += phaseIncrement;
H A DAudioResamplerSinc.cpp303 uint32_t phaseIncrement = mPhaseIncrement; local
346 phaseFraction += phaseIncrement;

Completed in 541 milliseconds