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

/frameworks/av/services/audioflinger/
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 157 milliseconds