Searched refs:maxPolyphonySecondary (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h376 EAS_U16 maxPolyphonySecondary; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c290 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;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h376 EAS_U16 maxPolyphonySecondary; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c290 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;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h376 EAS_U16 maxPolyphonySecondary; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c290 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;

Completed in 84 milliseconds