Home
last modified time | relevance | path

Searched refs:intFrame (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c515 S_WT_INT_FRAME intFrame; in WT_UpdateVoice() local
532 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice()
544 WT_UpdateFilter(pWTVoice, &intFrame, pArt); in WT_UpdateVoice()
546 intFrame.frame.k = 0; in WT_UpdateVoice()
550 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); in WT_UpdateVoice()
560 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice()
564 if (intFrame.frame.phaseIncrement > temp) { in WT_UpdateVoice()
565 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement); in WT_UpdateVoice()
566 intFrame.frame.phaseIncrement %= temp; in WT_UpdateVoice()
571 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in WT_UpdateVoice()
[all …]
Deas_dlssynth.c384 S_WT_INT_FRAME intFrame; in DLS_UpdateVoice() local
411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice()
414intFrame.frame.gainTarget = DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain,… in DLS_UpdateVoice()
415 intFrame.prevGain = pVoice->gain; in DLS_UpdateVoice()
417 DLS_UpdateFilter(pVoice, pWTVoice, &intFrame, pChannel, pDLSArt); in DLS_UpdateVoice()
420 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in DLS_UpdateVoice()
421 intFrame.pMixBuffer = pMixBuffer; in DLS_UpdateVoice()
422 intFrame.numSamples = numSamples; in DLS_UpdateVoice()
428 done = WT_CheckSampleEnd(pWTVoice, &intFrame, EAS_FALSE); in DLS_UpdateVoice()
430 WT_ProcessVoice(pWTVoice, &intFrame); in DLS_UpdateVoice()
[all …]