Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h376 EAS_U16 maxPolyphonySecondary; member
Deas_voicemgt.c290 pVoiceMgr->maxPolyphonySecondary = NUM_SECONDARY_VOICES; in VMInitialize()
3061 if (pVoiceMgr->maxPolyphonySecondary == polyphonyCount) in VMSetSynthPolyphony()
3063 pVoiceMgr->maxPolyphonySecondary = (EAS_U16) polyphonyCount; in VMSetSynthPolyphony()
3069 pVoiceMgr->maxPolyphony = pVoiceMgr->maxPolyphonyPrimary + pVoiceMgr->maxPolyphonySecondary; in VMSetSynthPolyphony()
3208 *pPolyphonyCount = pVoiceMgr->maxPolyphonySecondary; in VMGetSynthPolyphony()