Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_vm_protos.h234 …8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice);
274 …vailableVoice (S_VOICE_MGR *pVoiceMgr, EAS_INT *pVoiceNumber, EAS_I32 lowVoice, EAS_I32 highVoice);
304 … *pSynth, EAS_INT *pVoiceNumber, EAS_U8 channel, EAS_U8 note, EAS_I32 lowVoice, EAS_I32 highVoice);
Deas_voicemgt.c1535 …U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice) in VMCheckPolyphonyLimiting() argument
1551 for (voiceNum = lowVoice; voiceNum <= highVoice; voiceNum++) in VMCheckPolyphonyLimiting()
1616 EAS_I32 lowVoice, highVoice; in VMStartVoice() local
1632 highVoice = NUM_PRIMARY_VOICES - 1; in VMStartVoice()
1637 highVoice = MAX_SYNTH_VOICES - 1; in VMStartVoice()
1642 highVoice = MAX_SYNTH_VOICES - 1; in VMStartVoice()
1660 …Limiting(pVoiceMgr, pSynth, channel, note, velocity, regionIndex, lowVoice, highVoice) == EAS_TRUE) in VMStartVoice()
1674 (EAS_SUCCESS == VMFindAvailableVoice(pVoiceMgr, &voiceNum, lowVoice, highVoice))) in VMStartVoice()
1712 … if (VMStealVoice(pVoiceMgr, pSynth, &voiceNum, channel, note, lowVoice, highVoice) == EAS_SUCCESS) in VMStartVoice()
1960 …AvailableVoice (S_VOICE_MGR *pVoiceMgr, EAS_INT *pVoiceNumber, EAS_I32 lowVoice, EAS_I32 highVoice) in VMFindAvailableVoice() argument
[all …]