Home
last modified time | relevance | path

Searched refs:startInfo (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp86 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 …]
Dsnd_WaveSound.cpp106 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()
Dsnd_SoundActor.cpp192 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()
Dsnd_SoundArchivePlayer.cpp737 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 …]
Dsnd_SequenceSound.cpp154 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()
Dsnd_Sound3DActor.cpp120 const StartInfo* startInfo, in SetupSound() argument
173 startInfo, in SetupSound()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h253 const SoundStartable::StartInfo* startInfo,
458 const SoundStartable::StartInfo* startInfo,
468 const SoundStartable::StartInfo* startInfo
Dsnd_SequenceSound.h113 void Prepare( const void* seqBase, const StartInfo& startInfo );
118 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
Dsnd_Sound3DActor.h275 const StartInfo* startInfo,
Dsnd_SoundArchivePlayer.h479 const StartInfo* startInfo
504 const StartInfo* startInfo
Dsnd_WaveSound.h81 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
Dsnd_SoundStartable.h564 const StartInfo* startInfo