Searched defs:phaseIncrement (Results 1 - 3 of 3) 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 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 97 milliseconds