Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundInstanceManager.h123 … allocPriority = ut::Clamp( allocPriority, BasicSound::PRIORITY_MIN, BasicSound::PRIORITY_MAX ); in Alloc()
223 internal::BasicSound::PRIORITY_MAX - internal::BasicSound::PRIORITY_MIN + 1; in SortPriorityList()
Dsnd_BasicSound.h231 static const int PRIORITY_MIN = 0;
337 PRIORITY_MIN, in CalcCurrentPlayerPriority()
Dsnd_Voice.h94 static const int PRIORITY_MIN = 0; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp130 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPriority()
256 SetPlayerPriority( PRIORITY_MIN ); in Stop()
809 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPlayerPriority()
Dsnd_SoundPlayer.cpp284 …ic const int TMP_NUM = internal::BasicSound::PRIORITY_MAX - internal::BasicSound::PRIORITY_MIN + 1; in detail_SortPriorityList()
Dsnd_SoundArchivePlayer.cpp836 …allocPriority = ut::Clamp( allocPriority, internal::BasicSound::PRIORITY_MIN, internal::BasicSound… in detail_SetupSoundImpl()
Dsnd_Voice.cpp827 NW_MINMAX_ASSERT( priority, PRIORITY_MIN, PRIORITY_MAX ); in SetPriority()