Home | History | Annotate | Download | only in lib_src

Lines Matching refs:intFrame

384     S_WT_INT_FRAME intFrame;
411 intFrame.frame.phaseIncrement = DLS_UpdatePhaseInc(pWTVoice, pDLSArt, pChannel, temp);
414 intFrame.frame.gainTarget = DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain, pVoice->velocity);
415 intFrame.prevGain = pVoice->gain;
417 DLS_UpdateFilter(pVoice, pWTVoice, &intFrame, pChannel, pDLSArt);
420 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
421 intFrame.pMixBuffer = pMixBuffer;
422 intFrame.numSamples = numSamples;
428 done = WT_CheckSampleEnd(pWTVoice, &intFrame, EAS_FALSE);
430 WT_ProcessVoice(pWTVoice, &intFrame);
439 pVoice->gain = (EAS_I16) intFrame.frame.gainTarget;