Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundInstanceManager.h122 int allocPriority = priority + ambientPriority; in Alloc() local
123allocPriority = ut::Clamp( allocPriority, BasicSound::PRIORITY_MIN, BasicSound::PRIORITY_MAX ); in Alloc()
140 if ( allocPriority < lowPrioSound->CalcCurrentPlayerPriority() ) return NULL; in Alloc()
161 InsertPriorityList( sound, allocPriority ); in Alloc()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp134 int allocPriority = sound->CalcCurrentPlayerPriority(); in AppendSound() local
142 if ( allocPriority < dropSound->CalcCurrentPlayerPriority() ) return false; in AppendSound()
Dsnd_SoundPlayer.cpp320 int allocPriority = pSound->CalcCurrentPlayerPriority(); in detail_AppendSound() local
328 if ( allocPriority < dropSound->CalcCurrentPlayerPriority() ) return false; in detail_AppendSound()
Dsnd_SoundArchivePlayer.cpp823 int allocPriority = priority + ambientPriority; in detail_SetupSoundImpl() local
824allocPriority = ut::Clamp( allocPriority, internal::BasicSound::PRIORITY_MIN, internal::BasicSound… in detail_SetupSoundImpl()
844 if ( ! player.detail_CanPlaySound( allocPriority ) ) { in detail_SetupSoundImpl()
847 if ( ( extPlayer != NULL ) && ( ! extPlayer->detail_CanPlaySound( allocPriority ) ) ) { in detail_SetupSoundImpl()