Searched refs:polyphonyCount (Results 1 – 2 of 2) sorted by relevance
696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);737 EAS_RESULT VMSetPolyphony (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount);
3027 EAS_RESULT VMSetPolyphony (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount) in VMSetPolyphony() argument3033 if (polyphonyCount < 0) in VMSetPolyphony()3037 if ((polyphonyCount == 0) || (polyphonyCount > MAX_SYNTH_VOICES)) in VMSetPolyphony()3044 pSynth->maxPolyphony = (EAS_U16) polyphonyCount; in VMSetPolyphony()3047 if (polyphonyCount > pVoiceMgr->maxPolyphony) in VMSetPolyphony()3048 polyphonyCount = pVoiceMgr->maxPolyphony; in VMSetPolyphony()3054 pSynth->poolAlloc[0] = (EAS_U8) polyphonyCount; in VMSetPolyphony()3057 if (pSynth->numActiveVoices <= polyphonyCount) in VMSetPolyphony()3074 while (activeVoices > polyphonyCount) in VMSetPolyphony()