Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2021 EAS_I32 bestPriority; in VMStealVoice() local
2025 bestPriority = 0; in VMStealVoice()
2091 if (currentPriority >= bestPriority) in VMStealVoice()
2093 bestPriority = currentPriority; in VMStealVoice()
3118 EAS_I32 currentPriority, bestPriority; in VMSetSynthPolyphony() local
3122 bestPriority = bestCandidate = -1; in VMSetSynthPolyphony()
3161 if (currentPriority > bestPriority) in VMSetSynthPolyphony()
3163 bestPriority = currentPriority; in VMSetSynthPolyphony()
3288 EAS_I32 currentPriority, bestPriority; in VMSetPolyphony() local
3292 bestPriority = bestCandidate = -1; in VMSetPolyphony()
[all …]