Home | History | Annotate | Download | only in lib_src

Lines Matching refs:intFrame

506     S_WT_INT_FRAME intFrame;
523 intFrame.prevGain = pVoice->gain;
535 WT_UpdateFilter(pWTVoice, &intFrame, pArt);
537 intFrame.frame.k = 0;
541 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain);
551 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
554 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
555 intFrame.pMixBuffer = pMixBuffer;
556 intFrame.numSamples = numSamples;
560 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES));
564 if (intFrame.numSamples < 0) intFrame.numSamples = 0;
570 WT_ProcessVoice(pWTVoice, &intFrame);
574 WTE_ProcessVoice(voiceNum - NUM_PRIMARY_VOICES, &intFrame.frame, pVoiceMgr->pFrameBuffer);
576 WT_ProcessVoice(pWTVoice, &intFrame);
590 pVoice->gain = (EAS_I16) intFrame.frame.gainTarget;