Home
last modified time | relevance | path

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

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
H A 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()
H A DSawtoothOscillatorDPW.h44 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
H A DSineOscillator.h37 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
H A DDifferentiatedParabola.h46 synth_float_t next(synth_float_t phase, synth_float_t phaseIncrement) { in next()
H A DSquareOscillatorDPW.h47 synth_float_t phaseIncrement) { in translatePhase()
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp345 uint32_t phaseIncrement = mPhaseIncrement; in resampleStereo16() local
443 uint32_t phaseIncrement = mPhaseIncrement; in resampleMono16() local
557 uint32_t &phaseFraction, uint32_t phaseIncrement) in AsmMono16Loop()
678 uint32_t &phaseFraction, uint32_t phaseIncrement) in AsmStereo16Loop()
H A DAudioResamplerCubic.cpp61 uint32_t phaseIncrement = mPhaseIncrement; in resampleStereo16() local
128 uint32_t phaseIncrement = mPhaseIncrement; in resampleMono16() local
H A DAudioResamplerDyn.cpp644 const uint32_t phaseIncrement = mPhaseIncrement; in resample() local
H A DAudioResamplerSinc.cpp303 uint32_t phaseIncrement = mPhaseIncrement; in resample() local
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_noloop_gnu.s44 phaseIncrement .req r4 label
H A DARM-E_interpolate_loop_gnu.s42 phaseIncrement .req r3 label
H A Deas_wt_IPC_frame.h52 EAS_I32 phaseIncrement; member
/aosp_15_r20/external/oboe/src/flowgraph/resampler/
H A DPolyphaseResampler.cpp34 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local
H A DSincResampler.cpp31 const double phaseIncrement = 1.0 / numRowsNoGuard; in SincResampler() local
H A DMultiChannelResampler.cpp132 double phaseIncrement, in generateCoefficients()
/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/resampler/
H A DPolyphaseResampler.cpp33 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local
H A DSincResampler.cpp30 const double phaseIncrement = 1.0 / numRowsNoGuard; in SincResampler() local
H A DMultiChannelResampler.cpp132 double phaseIncrement, in generateCoefficients()