Home
last modified time | relevance | path

Searched defs:phaseIncrement (Results 1 – 11 of 11) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
DSawtoothOscillator.h46 synth_float_t phaseIncrement = 2.0 * frequency * mSamplePeriod; in generate() local
60 synth_float_t phaseIncrement = 2.0 * frequencies[i] * mSamplePeriod; in generate() local
70 virtual synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
DSineOscillator.h38 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
DSawtoothOscillatorDPW.h45 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
DDifferentiatedParabola.h46 synth_float_t next(synth_float_t phase, synth_float_t phaseIncrement) { in next()
DSquareOscillatorDPW.h48 synth_float_t phaseIncrement) { in translatePhase()
/external/oboe/src/flowgraph/resampler/
DPolyphaseResampler.cpp34 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local
DSincResampler.cpp31 const double phaseIncrement = 1.0 / numRowsNoGuard; in SincResampler() local
DMultiChannelResampler.cpp132 double phaseIncrement, in generateCoefficients()
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s44 phaseIncrement .req r4 label
DARM-E_interpolate_loop_gnu.s42 phaseIncrement .req r3 label
Deas_wt_IPC_frame.h52 EAS_I32 phaseIncrement; member