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

  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SawOscillator.java 21 private float mPhaseIncrement = 0.01f;
37 mPhaseIncrement = 2.0f * mFrequency * mFrequencyScaler / 48000.0f;
58 mPhase += mPhaseIncrement;
  /frameworks/av/services/audioflinger/
AudioResampler.h 118 int32_t mPhaseIncrement;
135 // this relies on the fact that the mPhaseIncrement is rounded down from
147 // inFrameCount = (mPhaseIncrement * (outFrameCount - 1) + mPhaseFraction) / phaseWrapLimit;

Completed in 72 milliseconds