Searched refs:PRIORITY_MAX (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_Voice.h | 90 static const int PRIORITY_MAX = 255; 92 static const int PRIORITY_MAX = nn::snd::VOICE_PRIORITY_NODROP; 111 static const int PRIORITY_NODROP = PRIORITY_MAX;
|
| D | snd_SoundInstanceManager.h | 123 … allocPriority = ut::Clamp( allocPriority, BasicSound::PRIORITY_MIN, BasicSound::PRIORITY_MAX ); in Alloc() 223 internal::BasicSound::PRIORITY_MAX - internal::BasicSound::PRIORITY_MIN + 1; in SortPriorityList()
|
| D | snd_BasicSound.h | 232 static const int PRIORITY_MAX = 127; variable 317 PRIORITY_MAX in CalcCurrentPlayerPriority()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_ExternalSoundPlayer.cpp | 226 int priority = internal::BasicSound::PRIORITY_MAX + 1; in GetLowestPrioritySound()
|
| D | snd_SoundPlayer.cpp | 284 …static const int TMP_NUM = internal::BasicSound::PRIORITY_MAX - internal::BasicSound::PRIORITY_MIN… in detail_SortPriorityList()
|
| D | snd_BasicSound.cpp | 130 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPriority() 798 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPlayerPriority()
|
| D | snd_SoundArchivePlayer.cpp | 824 …ut::Clamp( allocPriority, internal::BasicSound::PRIORITY_MIN, internal::BasicSound::PRIORITY_MAX ); in detail_SetupSoundImpl()
|
| D | snd_Voice.cpp | 827 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPriority()
|