Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c450 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()
1338 pVoiceMgr->activeVoices--; in VMFreeVoice()
1672 if ((pVoiceMgr->activeVoices < pVoiceMgr->maxPolyphony) && in VMStartVoice()
1683 pVoiceMgr->activeVoices++; in VMStartVoice()
3041 EAS_INT activeVoices; in VMSetSynthPolyphony() local
3100 if (pVoiceMgr->activeVoices <= polyphonyCount) in VMSetSynthPolyphony()
3104 activeVoices = 0; in VMSetSynthPolyphony()
3110 activeVoices++; in VMSetSynthPolyphony()
3114 while (activeVoices > polyphonyCount) in VMSetSynthPolyphony()
3178 activeVoices--; in VMSetSynthPolyphony()
[all …]
Deas_synth.h382 EAS_U16 activeVoices; member