Searched refs:startInfo (Results 1 – 12 of 12) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 86 const StartInfo* startInfo in StartSound() argument 93 startInfo in StartSound() 115 const StartInfo* startInfo in StartSound() argument 124 return StartSound( handle, soundId, startInfo ); in StartSound() 141 const StartInfo* startInfo in HoldSound() argument 155 startInfo in HoldSound() 178 const StartInfo* startInfo in HoldSound() argument 187 return HoldSound( handle, soundId, startInfo ); in HoldSound() 204 const StartInfo* startInfo in PrepareSound() argument 211 startInfo in PrepareSound() [all …]
|
| D | snd_WaveSound.cpp | 106 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare() argument 109 NW_NULL_ASSERT( startInfo.callback ); in Prepare() 117 command->waveSoundOffset = startInfo.index; in Prepare() 118 command->startOffsetType = startInfo.startOffsetType; in Prepare() 119 command->offset = startInfo.startOffset; in Prepare() 120 command->callback = startInfo.callback; in Prepare() 121 command->callbackData = startInfo.callbackData; in Prepare() 127 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask() argument 143 m_DataLoadTask.m_Index = startInfo.index; in RegisterDataLoadTask() 145 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 | 737 const StartInfo* startInfo in detail_SetupSound() argument 746 startInfo in detail_SetupSound() 769 const StartInfo* startInfo in detail_SetupSoundImpl() argument 803 if ( startInfo != NULL ) in detail_SetupSoundImpl() 805 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl() 807 startOffsetType = startInfo->startOffsetType; in detail_SetupSoundImpl() 808 startOffset = startInfo->startOffset; in detail_SetupSoundImpl() 810 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl() 812 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl() 814 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl() [all …]
|
| D | snd_SequenceSound.cpp | 154 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare() argument 164 command->seqOffset = startInfo.seqOffset; in Prepare() 167 if ( startInfo.startOffset > 0 ) in Prepare() 169 Skip( startInfo.startOffsetType, startInfo.startOffset ); in Prepare() 793 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask() argument 814 m_StartInfo = startInfo; in RegisterDataLoadTask()
|
| D | snd_Sound3DActor.cpp | 120 const StartInfo* startInfo, in SetupSound() argument 173 startInfo, in SetupSound()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundActor.h | 253 const SoundStartable::StartInfo* startInfo, 458 const SoundStartable::StartInfo* startInfo, 468 const SoundStartable::StartInfo* startInfo
|
| D | snd_SequenceSound.h | 113 void Prepare( const void* seqBase, const StartInfo& startInfo ); 118 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
|
| D | snd_Sound3DActor.h | 275 const StartInfo* startInfo,
|
| D | snd_SoundArchivePlayer.h | 479 const StartInfo* startInfo 504 const StartInfo* startInfo
|
| D | snd_WaveSound.h | 81 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
|
| D | snd_SoundStartable.h | 564 const StartInfo* startInfo
|