Searched refs:StartInfo (Results 1 – 12 of 12) sorted by relevance
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundStartable.h | 192 struct StartInfo struct 326 StartInfo() : enableFlag( 0 ) {} in StartInfo() argument 374 const StartInfo* pStartInfo = NULL ); 411 const StartInfo* pStartInfo = NULL ); 445 const StartInfo* pHoldInfo = NULL ); 480 const StartInfo* pHoldInfo = NULL ); 516 const StartInfo* pStartInfo = NULL ); 553 const StartInfo* pStartInfo = NULL ); 562 const StartInfo* startInfo
|
| D | snd_WaveSound.h | 52 struct StartInfo struct 75 void Prepare( const void* wsdFile, const StartInfo& info ); argument 79 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ); 142 StartInfo m_StartInfo;
|
| D | snd_SoundArchivePlayer.h | 451 const StartInfo* startInfo 476 const StartInfo* startInfo 494 SoundStartable::StartInfo::StartOffsetType startOffsetType, 496 const StartInfo::SeqSoundInfo* externalSeqInfo 503 SoundStartable::StartInfo::StartOffsetType startOffsetType, 511 SoundStartable::StartInfo::StartOffsetType startOffsetType,
|
| D | snd_SequenceSound.h | 56 struct StartInfo struct 111 void Prepare( const void* seqBase, const StartInfo& startInfo ); 116 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ); 184 StartInfo m_StartInfo;
|
| D | snd_SoundActor.h | 245 const SoundStartable::StartInfo* startInfo, 450 const SoundStartable::StartInfo* startInfo, 460 const SoundStartable::StartInfo* startInfo
|
| D | snd_Sound3DActor.h | 273 const StartInfo* startInfo,
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 84 const StartInfo* startInfo in StartSound() 113 const StartInfo* startInfo in StartSound() 139 const StartInfo* startInfo in HoldSound() 176 const StartInfo* startInfo in HoldSound() 202 const StartInfo* startInfo in PrepareSound() 227 const StartInfo* startInfo in PrepareSound()
|
| D | snd_SoundArchivePlayer.cpp | 735 const StartInfo* startInfo in detail_SetupSound() 767 const StartInfo* startInfo in detail_SetupSoundImpl() 794 SoundStartable::StartInfo::StartOffsetType startOffsetType = in detail_SetupSoundImpl() 795 SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC; in detail_SetupSoundImpl() 800 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl() 803 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl() 808 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl() 812 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl() 816 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl() 820 if ( startInfo->enableFlag & StartInfo::ENABLE_SEQ_SOUND_INFO ) in detail_SetupSoundImpl() [all …]
|
| D | snd_SoundActor.cpp | 192 const SoundStartable::StartInfo* startInfo, in SetupSound() 219 const SoundStartable::StartInfo* startInfo, in detail_SetupSoundWithAmbientInfo() 258 const SoundStartable::StartInfo* startInfo in detail_SetupSound()
|
| D | snd_WaveSound.cpp | 100 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare() 121 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
|
| D | snd_Sound3DActor.cpp | 118 const StartInfo* startInfo, in SetupSound()
|
| D | snd_SequenceSound.cpp | 150 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare() 789 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
|