HomeSort by relevance Sort by last modified time
    Searched defs:phaseFraction (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 59 uint32_t phaseFraction = mPhaseFraction;
80 x = phaseFraction >> kPreInterpShift;
86 phaseFraction += phaseIncrement;
87 uint32_t indexIncrement = (phaseFraction >> kNumPhaseBits);
88 phaseFraction &= kPhaseMask;
113 // ALOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction);
115 mPhaseFraction = phaseFraction;
125 uint32_t phaseFraction = mPhaseFraction;
146 x = phaseFraction >> kPreInterpShift;
152 phaseFraction += phaseIncrement
    [all...]
AudioResamplerSinc.cpp     [all...]

Completed in 260 milliseconds