Home
last modified time | relevance | path

Searched refs:numActiveVoices (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c450 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()
451 pSynth->numActiveVoices = 0; in VMReset()
458 if (pSynth->numActiveVoices == 0) in VMReset()
1339 pSynth->numActiveVoices--; in VMFreeVoice()
1400 pSynth->numActiveVoices--; in VMRetargetStolenVoice()
1401 pNextSynth->numActiveVoices++; in VMRetargetStolenVoice()
1673 (pSynth->numActiveVoices < maxSynthPoly) && in VMStartVoice()
1684 pSynth->numActiveVoices++; in VMStartVoice()
2906 (pSynth->numActiveVoices == 0)) in VMRender()
3016 return pSynth->numActiveVoices; in VMActiveVoices()
[all …]
Deas_synth.h323 EAS_U16 numActiveVoices; member