Home | History | Annotate | Download | only in lib_src

Lines Matching refs:maxPolyphonySecondary

290     pVoiceMgr->maxPolyphonySecondary = NUM_SECONDARY_VOICES;
3061 if (pVoiceMgr->maxPolyphonySecondary == polyphonyCount)
3063 pVoiceMgr->maxPolyphonySecondary = (EAS_U16) polyphonyCount;
3069 pVoiceMgr->maxPolyphony = pVoiceMgr->maxPolyphonyPrimary + pVoiceMgr->maxPolyphonySecondary;
3208 *pPolyphonyCount = pVoiceMgr->maxPolyphonySecondary;