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

/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.cpp60 uint32_t phaseIncrement = mPhaseIncrement; local
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement; local
155 phaseFraction += phaseIncrement;
H A DAudioResampler.cpp64 uint32_t &phaseFraction, uint32_t phaseIncrement);
67 uint32_t &phaseFraction, uint32_t phaseIncrement);
360 uint32_t phaseIncrement = mPhaseIncrement;
365 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
366 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
396 Advance(&inputIndex, &phaseFraction, phaseIncrement);
413 phaseFraction, phaseIncrement);
422 Advance(&inputIndex, &phaseFraction, phaseIncrement);
458 uint32_t phaseIncrement = mPhaseIncrement;
463 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement
[all...]
H A DAudioResamplerDyn.cpp498 const uint32_t phaseIncrement = mPhaseIncrement; local
502 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction)
508 // " phaseIncrement:%u phaseFraction:%u phaseWrapLimit:%u",
509 // inFrameCount, outFrameCount, phaseIncrement, phaseFraction, phaseWrapLimit);
582 phaseFraction += phaseIncrement;
H A DAudioResamplerSinc.cpp546 uint32_t phaseIncrement = mPhaseIncrement; local
590 phaseFraction += phaseIncrement;

Completed in 315 milliseconds