Searched refs:phaseIncrement (Results 1 – 11 of 11) sorted by relevance
/external/oboe/src/flowgraph/resampler/ |
D | PolyphaseResampler.cpp | 33 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local 35 numRows, phaseIncrement, in PolyphaseResampler()
|
D | SincResampler.cpp | 30 double phaseIncrement = 1.0 / mNumRows; in SincResampler() local 34 phaseIncrement, in SincResampler()
|
D | MultiChannelResampler.cpp | 131 double phaseIncrement, in generateCoefficients() argument 160 phase += phaseIncrement; in generateCoefficients()
|
D | MultiChannelResampler.h | 237 double phaseIncrement,
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_interpolate_noloop_gnu.s | 44 phaseIncrement .req r4 label 68 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement] 85 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
D | ARM-E_interpolate_loop_gnu.s | 42 phaseIncrement .req r3 label 70 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement] 93 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
D | eas_wtsynth.c | 469 …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()
|
D | eas_wtengine.c | 206 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()
|
D | eas_wt_IPC_frame.h | 52 EAS_I32 phaseIncrement; member
|
D | eas_dlssynth.c | 411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 285 double phaseIncrement = pSles->frequency1 / pSles->sampleRate; in playerCallback() local 293 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback() 296 pSles->bufferTestPhase1 += twoPi * phaseIncrement; in playerCallback()
|