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

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 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))
    [all...]
eas_dlssynth.c 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);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 502 S_WT_INT_FRAME intFrame;
519 intFrame.prevGain = pVoice->gain;
531 WT_UpdateFilter(pWTVoice, &intFrame, pArt);
533 intFrame.frame.k = 0;
537 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain);
547 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
550 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
551 intFrame.pMixBuffer = pMixBuffer;
552 intFrame.numSamples = numSamples;
556 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES))
    [all...]

Completed in 56 milliseconds