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.c2007 EAS_INT bestCandidate; in VMStealVoice() local
2015 bestCandidate = MAX_SYNTH_VOICES; in VMStealVoice()
2083 bestCandidate = voiceNum; in VMStealVoice()
2088 if (bestCandidate == MAX_SYNTH_VOICES) in VMStealVoice()
2098 if (pVoiceMgr->voices[bestCandidate].voiceState == eVoiceStateStolen) in VMStealVoice()
2108 *pVoiceNumber = (EAS_U16) bestCandidate; in VMStealVoice()
3078 EAS_INT bestCandidate; in VMSetPolyphony() local
3081 bestPriority = bestCandidate = -1; in VMSetPolyphony()
3117 bestCandidate = i; in VMSetPolyphony()
3122 if (bestCandidate < 0) in VMSetPolyphony()
[all …]