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.c439 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()
440 pSynth->numActiveVoices = 0; in VMReset()
447 if (pSynth->numActiveVoices == 0) in VMReset()
1328 pSynth->numActiveVoices--; in VMFreeVoice()
1389 pSynth->numActiveVoices--; in VMRetargetStolenVoice()
1390 pNextSynth->numActiveVoices++; in VMRetargetStolenVoice()
1662 (pSynth->numActiveVoices < maxSynthPoly) && in VMStartVoice()
1673 pSynth->numActiveVoices++; in VMStartVoice()
2895 (pSynth->numActiveVoices == 0)) in VMRender()
3005 return pSynth->numActiveVoices; in VMActiveVoices()
[all …]
Deas_synth.h323 EAS_U16 numActiveVoices; member