Searched refs:startInfo (Results 1 – 12 of 12) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 84 const StartInfo* startInfo in StartSound() argument 91 startInfo in StartSound() 113 const StartInfo* startInfo in StartSound() argument 122 return StartSound( handle, soundId, startInfo ); in StartSound() 139 const StartInfo* startInfo in HoldSound() argument 153 startInfo in HoldSound() 176 const StartInfo* startInfo in HoldSound() argument 185 return HoldSound( handle, soundId, startInfo ); in HoldSound() 202 const StartInfo* startInfo in PrepareSound() argument 209 startInfo in PrepareSound() [all …]
|
| D | snd_WaveSound.cpp | 100 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare() argument 103 NW_NULL_ASSERT( startInfo.callback ); in Prepare() 111 command->waveSoundOffset = startInfo.index; in Prepare() 112 command->startOffsetType = startInfo.startOffsetType; in Prepare() 113 command->offset = startInfo.startOffset; in Prepare() 114 command->callback = startInfo.callback; in Prepare() 115 command->callbackData = startInfo.callbackData; in Prepare() 121 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask() argument 137 m_DataLoadTask.m_Index = startInfo.index; in RegisterDataLoadTask() 139 m_StartInfo = startInfo; in RegisterDataLoadTask()
|
| D | snd_SoundActor.cpp | 192 const SoundStartable::StartInfo* startInfo, in SetupSound() argument 210 startInfo in SetupSound() 219 const SoundStartable::StartInfo* startInfo, in detail_SetupSoundWithAmbientInfo() argument 238 startInfo in detail_SetupSoundWithAmbientInfo() 258 const SoundStartable::StartInfo* startInfo in detail_SetupSound() argument 267 startInfo, in detail_SetupSound()
|
| D | snd_SoundArchivePlayer.cpp | 735 const StartInfo* startInfo in detail_SetupSound() argument 744 startInfo in detail_SetupSound() 767 const StartInfo* startInfo in detail_SetupSoundImpl() argument 801 if ( startInfo != NULL ) in detail_SetupSoundImpl() 803 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl() 805 startOffsetType = startInfo->startOffsetType; in detail_SetupSoundImpl() 806 startOffset = startInfo->startOffset; in detail_SetupSoundImpl() 808 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl() 810 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl() 812 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl() [all …]
|
| D | snd_SequenceSound.cpp | 150 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare() argument 160 command->seqOffset = startInfo.seqOffset; in Prepare() 163 if ( startInfo.startOffset > 0 ) in Prepare() 165 Skip( startInfo.startOffsetType, startInfo.startOffset ); in Prepare() 789 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask() argument 810 m_StartInfo = startInfo; in RegisterDataLoadTask()
|
| D | snd_Sound3DActor.cpp | 118 const StartInfo* startInfo, in SetupSound() argument 171 startInfo, in SetupSound()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundActor.h | 245 const SoundStartable::StartInfo* startInfo, 450 const SoundStartable::StartInfo* startInfo, 460 const SoundStartable::StartInfo* startInfo
|
| D | snd_SequenceSound.h | 111 void Prepare( const void* seqBase, const StartInfo& startInfo ); 116 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
|
| D | snd_Sound3DActor.h | 273 const StartInfo* startInfo,
|
| D | snd_SoundArchivePlayer.h | 451 const StartInfo* startInfo 476 const StartInfo* startInfo
|
| D | snd_WaveSound.h | 79 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
|
| D | snd_SoundStartable.h | 562 const StartInfo* startInfo
|