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

  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
eas_fmsynth.c 903 FM_ProcessVoice(voiceNum, &vFrame, numSamples, pVoiceMgr->operMixBuffer, pVoiceMgr->voiceBuffer, pMixBuffer, pVoiceMgr->pFrameBuffer);
905 FM_ProcessVoice(voiceNum, &vFrame, numSamples, pVoiceMgr->operMixBuffer, pVoiceMgr->voiceBuffer, pMixBuffer, NULL);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
eas_fmsynth.c 903 FM_ProcessVoice(voiceNum, &vFrame, numSamples, pVoiceMgr->operMixBuffer, pVoiceMgr->voiceBuffer, pMixBuffer, pVoiceMgr->pFrameBuffer);
905 FM_ProcessVoice(voiceNum, &vFrame, numSamples, pVoiceMgr->operMixBuffer, pVoiceMgr->voiceBuffer, pMixBuffer, NULL);
eas_wtsynth.c 550 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 344 EAS_PCM voiceBuffer[SYNTH_UPDATE_PERIOD_IN_SAMPLES];
eas_dlssynth.c 420 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
eas_wtsynth.c 554 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
    [all...]

Completed in 303 milliseconds