Lines Matching refs:bestCandidate
2018 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()
3177 VMMuteVoice(pVoiceMgr, bestCandidate); in VMSetSynthPolyphony()
3289 EAS_INT bestCandidate; in VMSetPolyphony() local
3292 bestPriority = bestCandidate = -1; in VMSetPolyphony()
3328 bestCandidate = i; in VMSetPolyphony()
3333 if (bestCandidate < 0) in VMSetPolyphony()
3340 VMMuteVoice(pVoiceMgr, bestCandidate); in VMSetPolyphony()