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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp300 const uint32_t phaseIndex = phaseFraction >> kNumPhaseBits; local
301 if (phaseIndex == 1) {
304 } else if (phaseIndex == 2) {
333 const uint32_t phaseIndex = phaseFraction >> kNumPhaseBits; local
334 if (phaseIndex == 1) {
339 } else if (phaseIndex == 2) { // maximum value
379 const uint32_t phaseIndex = phaseFraction >> kNumPhaseBits; local

Completed in 58 milliseconds