Lines Matching refs:StartInfo
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()
1123 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareSequenceSoundImpl()
1125 const StartInfo::SeqSoundInfo* externalSeqInfo in PrepareSequenceSoundImpl()
1270 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareSequenceSoundImpl()
1273 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareSequenceSoundImpl()
1276 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareSequenceSoundImpl()
1286 internal::SequenceSound::StartInfo startInfo = in PrepareSequenceSoundImpl()
1343 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareStreamSoundImpl()
1421 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareStreamSoundImpl()
1424 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareStreamSoundImpl()
1428 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareStreamSoundImpl()
1483 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareWaveSoundImpl()
1530 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareWaveSoundImpl()
1533 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareWaveSoundImpl()
1537 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareWaveSoundImpl()
1546 internal::WaveSound::StartInfo startInfo = in PrepareWaveSoundImpl()