Searched refs:polyphonyCount (Results 1 - 12 of 12) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c3028 * polyphonyCount desired polyphony count
3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3044 if (polyphonyCount < 1)
3045 polyphonyCount = 1;
3051 if (polyphonyCount > NUM_PRIMARY_VOICES)
3052 polyphonyCount = NUM_PRIMARY_VOICES;
3053 if (pVoiceMgr->maxPolyphonyPrimary == polyphonyCount)
3055 pVoiceMgr->maxPolyphonyPrimary = (EAS_U16) polyphonyCount;
3059 if (polyphonyCount > NUM_SECONDARY_VOICES)
3060 polyphonyCount
3238 VMSetPolyphony(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount) argument
[all...]
H A Deas_vm_protos.h688 * polyphonyCount desired polyphony count
696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
708 * polyphonyCount desired polyphony count
727 * polyphonyCount desired polyphony count
737 EAS_RESULT VMSetPolyphony (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount);
H A Deas_public.c1680 * polyphonyCount - the desired polyphony count
1688 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 polyphonyCount) argument
1692 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_POLYPHONY, polyphonyCount);
1730 * polyphonyCount - the desired polyphony count
1738 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount) argument
1740 return VMSetSynthPolyphony(pEASData->pVoiceMgr, synthNum, polyphonyCount);
1777 * polyphonyCount - the desired polyphony count
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c3028 * polyphonyCount desired polyphony count
3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3044 if (polyphonyCount < 1)
3045 polyphonyCount = 1;
3051 if (polyphonyCount > NUM_PRIMARY_VOICES)
3052 polyphonyCount = NUM_PRIMARY_VOICES;
3053 if (pVoiceMgr->maxPolyphonyPrimary == polyphonyCount)
3055 pVoiceMgr->maxPolyphonyPrimary = (EAS_U16) polyphonyCount;
3059 if (polyphonyCount > NUM_SECONDARY_VOICES)
3060 polyphonyCount
3238 VMSetPolyphony(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount) argument
[all...]
H A Deas_vm_protos.h688 * polyphonyCount desired polyphony count
696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
708 * polyphonyCount desired polyphony count
727 * polyphonyCount desired polyphony count
737 EAS_RESULT VMSetPolyphony (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount);
H A Deas_public.c1680 * polyphonyCount - the desired polyphony count
1688 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 polyphonyCount) argument
1692 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_POLYPHONY, polyphonyCount);
1730 * polyphonyCount - the desired polyphony count
1738 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount) argument
1740 return VMSetSynthPolyphony(pEASData->pVoiceMgr, synthNum, polyphonyCount);
1777 * polyphonyCount - the desired polyphony count
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c3028 * polyphonyCount desired polyphony count
3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument
3044 if (polyphonyCount < 1)
3045 polyphonyCount = 1;
3051 if (polyphonyCount > NUM_PRIMARY_VOICES)
3052 polyphonyCount = NUM_PRIMARY_VOICES;
3053 if (pVoiceMgr->maxPolyphonyPrimary == polyphonyCount)
3055 pVoiceMgr->maxPolyphonyPrimary = (EAS_U16) polyphonyCount;
3059 if (polyphonyCount > NUM_SECONDARY_VOICES)
3060 polyphonyCount
3238 VMSetPolyphony(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount) argument
[all...]
H A Deas_vm_protos.h688 * polyphonyCount desired polyphony count
696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
708 * polyphonyCount desired polyphony count
727 * polyphonyCount desired polyphony count
737 EAS_RESULT VMSetPolyphony (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount);
H A Deas_public.c1695 * polyphonyCount - the desired polyphony count
1703 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 polyphonyCount) argument
1707 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_POLYPHONY, polyphonyCount);
1745 * polyphonyCount - the desired polyphony count
1753 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount) argument
1755 return VMSetSynthPolyphony(pEASData->pVoiceMgr, synthNum, polyphonyCount);
1792 * polyphonyCount - the desired polyphony count
/external/sonivox/arm-fm-22k/host_src/
H A Deas.h271 * polyphonyCount - the desired polyphony count
279 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount);
311 * polyphonyCount - the desired polyphony count
319 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 polyphonyCount);
352 * polyphonyCount - the desired polyphony count
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas.h271 * polyphonyCount - the desired polyphony count
279 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount);
311 * polyphonyCount - the desired polyphony count
319 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 polyphonyCount);
352 * polyphonyCount - the desired polyphony count
/external/sonivox/arm-wt-22k/host_src/
H A Deas.h271 * polyphonyCount - the desired polyphony count
279 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount);
311 * polyphonyCount - the desired polyphony count
319 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 polyphonyCount);
352 * polyphonyCount - the desired polyphony count

Completed in 184 milliseconds