Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp84 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 …]
Dsnd_WaveSound.cpp100 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()
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.cpp735 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 …]
Dsnd_SequenceSound.cpp150 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()
Dsnd_Sound3DActor.cpp118 const StartInfo* startInfo, in SetupSound() argument
171 startInfo, in SetupSound()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundActor.h245 const SoundStartable::StartInfo* startInfo,
450 const SoundStartable::StartInfo* startInfo,
460 const SoundStartable::StartInfo* startInfo
Dsnd_SequenceSound.h111 void Prepare( const void* seqBase, const StartInfo& startInfo );
116 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
Dsnd_Sound3DActor.h273 const StartInfo* startInfo,
Dsnd_SoundArchivePlayer.h451 const StartInfo* startInfo
476 const StartInfo* startInfo
Dsnd_WaveSound.h79 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
Dsnd_SoundStartable.h562 const StartInfo* startInfo