Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2018 EAS_INT bestCandidate; in VMStealVoice() local
2026 bestCandidate = MAX_SYNTH_VOICES; in VMStealVoice()
2094 bestCandidate = voiceNum; in VMStealVoice()
2099 if (bestCandidate == MAX_SYNTH_VOICES) in VMStealVoice()
2109 if (pVoiceMgr->voices[bestCandidate].voiceState == eVoiceStateStolen) in VMStealVoice()
2119 *pVoiceNumber = (EAS_U16) bestCandidate; in VMStealVoice()
3119 EAS_INT bestCandidate; in VMSetSynthPolyphony() local
3122 bestPriority = bestCandidate = -1; in VMSetSynthPolyphony()
3164 bestCandidate = i; in VMSetSynthPolyphony()
3169 if (bestCandidate < 0) in VMSetSynthPolyphony()
[all …]