Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DPolyphaseResampler.cpp33 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local
35 numRows, phaseIncrement, in PolyphaseResampler()
DSincResampler.cpp30 double phaseIncrement = 1.0 / mNumRows; in SincResampler() local
34 phaseIncrement, in SincResampler()
DMultiChannelResampler.cpp131 double phaseIncrement, in generateCoefficients() argument
160 phase += phaseIncrement; in generateCoefficients()
DMultiChannelResampler.h237 double phaseIncrement,
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s44 phaseIncrement .req r4 label
68 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
85 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
DARM-E_interpolate_loop_gnu.s42 phaseIncrement .req r3 label
70 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
93 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
Deas_wtsynth.c469 …endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_… in WT_CheckSampleEnd()
486 if (pWTIntFrame->frame.phaseIncrement) { in WT_CheckSampleEnd()
487 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement); in WT_CheckSampleEnd()
576 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice()
587 if (intFrame.frame.phaseIncrement > temp) { in WT_UpdateVoice()
588 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement); in WT_UpdateVoice()
589 intFrame.frame.phaseIncrement %= temp; in WT_UpdateVoice()
Deas_wtengine.c206 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_Interpolate()
301 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_InterpolateNoLoop()
468 phaseInc = pWTIntFrame->frame.phaseIncrement; in WT_NoiseGenerator()
625 phaseInc = pWTIntFrame->phaseIncrement; in WT_InterpolateMono()
Deas_wt_IPC_frame.h52 EAS_I32 phaseIncrement; member
Deas_dlssynth.c411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice()
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp285 double phaseIncrement = pSles->frequency1 / pSles->sampleRate; in playerCallback() local
293 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()
296 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()