Home | History | Annotate | Download | only in lib_src

Lines Matching defs:bestCandidate

2018     EAS_INT bestCandidate;
2026 bestCandidate = MAX_SYNTH_VOICES;
2094 bestCandidate = voiceNum;
2099 if (bestCandidate == MAX_SYNTH_VOICES)
2106 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMStealVoice: Voice %d stolen\n", bestCandidate); */ }
2109 if (pVoiceMgr->voices[bestCandidate].voiceState == eVoiceStateStolen)
2112 bestCandidate,
2113 pVoiceMgr->voices[bestCandidate].nextChannel,
2114 pVoiceMgr->voices[bestCandidate].nextNote,
2115 pVoiceMgr->voices[bestCandidate].nextVelocity); */ }
2119 *pVoiceNumber = (EAS_U16) bestCandidate;
3119 EAS_INT bestCandidate;
3122 bestPriority = bestCandidate = -1;
3164 bestCandidate = i;
3169 if (bestCandidate < 0)
3176 /*lint -e{771} pSynth is initialized if bestCandidate >= 0 */
3177 VMMuteVoice(pVoiceMgr, bestCandidate);
3289 EAS_INT bestCandidate;
3292 bestPriority = bestCandidate = -1;
3328 bestCandidate = i;
3333 if (bestCandidate < 0)
3340 VMMuteVoice(pVoiceMgr, bestCandidate);