Searched refs:StartInfo (Results 1 – 12 of 12) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundStartable.h | 194 struct StartInfo struct 328 StartInfo() : enableFlag( 0 ) {} in StartInfo() argument 376 const StartInfo* pStartInfo = NULL ); 413 const StartInfo* pStartInfo = NULL ); 447 const StartInfo* pHoldInfo = NULL ); 482 const StartInfo* pHoldInfo = NULL ); 518 const StartInfo* pStartInfo = NULL ); 555 const StartInfo* pStartInfo = NULL ); 564 const StartInfo* startInfo
|
| D | snd_WaveSound.h | 54 struct StartInfo struct 77 void Prepare( const void* wsdFile, const StartInfo& info ); argument 81 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ); 144 StartInfo m_StartInfo;
|
| D | snd_SoundArchivePlayer.h | 479 const StartInfo* startInfo 504 const StartInfo* startInfo 522 SoundStartable::StartInfo::StartOffsetType startOffsetType, 524 const StartInfo::SeqSoundInfo* externalSeqInfo 531 SoundStartable::StartInfo::StartOffsetType startOffsetType, 539 SoundStartable::StartInfo::StartOffsetType startOffsetType,
|
| D | snd_SequenceSound.h | 58 struct StartInfo struct 113 void Prepare( const void* seqBase, const StartInfo& startInfo ); 118 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ); 186 StartInfo m_StartInfo;
|
| D | snd_SoundActor.h | 253 const SoundStartable::StartInfo* startInfo, 458 const SoundStartable::StartInfo* startInfo, 468 const SoundStartable::StartInfo* startInfo
|
| D | snd_Sound3DActor.h | 275 const StartInfo* startInfo,
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 86 const StartInfo* startInfo in StartSound() 115 const StartInfo* startInfo in StartSound() 141 const StartInfo* startInfo in HoldSound() 178 const StartInfo* startInfo in HoldSound() 204 const StartInfo* startInfo in PrepareSound() 229 const StartInfo* startInfo in PrepareSound()
|
| D | snd_SoundArchivePlayer.cpp | 737 const StartInfo* startInfo in detail_SetupSound() 769 const StartInfo* startInfo in detail_SetupSoundImpl() 796 SoundStartable::StartInfo::StartOffsetType startOffsetType = in detail_SetupSoundImpl() 797 SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC; in detail_SetupSoundImpl() 802 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl() 805 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl() 810 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl() 814 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl() 818 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl() 822 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 | 106 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare() 127 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
|
| D | snd_Sound3DActor.cpp | 120 const StartInfo* startInfo, in SetupSound()
|
| D | snd_SequenceSound.cpp | 154 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare() 793 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
|