HomeSort by relevance Sort by last modified time
    Searched refs:phaseIncrement (Results 1 - 11 of 11) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 52 EAS_I32 phaseIncrement;
ARM-E_interpolate_loop_gnu.s 42 phaseIncrement .req r3
71 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 44 phaseIncrement .req r4
69 LDR phaseIncrement, [pWTFrame, #m_phaseIncrement]
84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
eas_wtengine.c 204 phaseInc = pWTIntFrame->frame.phaseIncrement;
298 phaseInc = pWTIntFrame->frame.phaseIncrement;
458 phaseInc = pWTIntFrame->frame.phaseIncrement;
615 phaseInc = pWTIntFrame->phaseIncrement;
eas_wtsynth.c 459 endPhaseFrac = pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
469 if (pWTIntFrame->frame.phaseIncrement) {
470 pWTIntFrame->numSamples = 1 + (numSamples / pWTIntFrame->frame.phaseIncrement);
560 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
564 if (intFrame.frame.phaseIncrement > temp) {
565 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement);
566 intFrame.frame.phaseIncrement %= temp;
    [all...]
eas_dlssynth.c 411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp);
  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 65 uint32_t &phaseFraction, uint32_t phaseIncrement);
68 uint32_t &phaseFraction, uint32_t phaseIncrement);
345 uint32_t phaseIncrement = mPhaseIncrement;
350 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
351 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
380 Advance(&inputIndex, &phaseFraction, phaseIncrement);
397 phaseFraction, phaseIncrement);
406 Advance(&inputIndex, &phaseFraction, phaseIncrement);
443 uint32_t phaseIncrement = mPhaseIncrement;
448 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d"
    [all...]
AudioResamplerCubic.cpp 61 uint32_t phaseIncrement = mPhaseIncrement;
87 phaseFraction += phaseIncrement;
128 uint32_t phaseIncrement = mPhaseIncrement;
155 phaseFraction += phaseIncrement;
AudioResamplerDyn.cpp 579 const uint32_t phaseIncrement = mPhaseIncrement;
583 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction)
589 // " phaseIncrement:%u phaseFraction:%u phaseWrapLimit:%u",
590 // inFrameCount, outFrameCount, phaseIncrement, phaseFraction, phaseWrapLimit);
665 phaseFraction += phaseIncrement;
AudioResamplerSinc.cpp 303 uint32_t phaseIncrement = mPhaseIncrement;
346 phaseFraction += phaseIncrement;
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 302 double phaseIncrement = pSles->frequency1 / pSles->sampleRate;
310 pSles->bufferTestPhase1 += twoPi * phaseIncrement;
313 pSles->bufferTestPhase1 += twoPi * phaseIncrement;
    [all...]

Completed in 1053 milliseconds