Searched refs:intFrame (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 506 S_WT_INT_FRAME intFrame; in WT_UpdateVoice() local 523 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice() 535 WT_UpdateFilter(pWTVoice, &intFrame, pArt); in WT_UpdateVoice() 537 intFrame.frame.k = 0; in WT_UpdateVoice() 541 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); in WT_UpdateVoice() 551 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice() 554 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in WT_UpdateVoice() 555 intFrame.pMixBuffer = pMixBuffer; in WT_UpdateVoice() 556 intFrame.numSamples = numSamples; in WT_UpdateVoice() 560 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES)); in WT_UpdateVoice() [all …]
|
D | eas_dlssynth.c | 384 S_WT_INT_FRAME intFrame; in DLS_UpdateVoice() local 411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp); in DLS_UpdateVoice() 414 …intFrame.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 …]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_wtsynth.c | 502 S_WT_INT_FRAME intFrame; in WT_UpdateVoice() local 519 intFrame.prevGain = pVoice->gain; in WT_UpdateVoice() 531 WT_UpdateFilter(pWTVoice, &intFrame, pArt); in WT_UpdateVoice() 533 intFrame.frame.k = 0; in WT_UpdateVoice() 537 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); in WT_UpdateVoice() 547 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice() 550 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in WT_UpdateVoice() 551 intFrame.pMixBuffer = pMixBuffer; in WT_UpdateVoice() 552 intFrame.numSamples = numSamples; in WT_UpdateVoice() 556 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES)); in WT_UpdateVoice() [all …]
|