Lines Matching refs:StartInfo

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()
1121 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareSequenceSoundImpl()
1123 const StartInfo::SeqSoundInfo* externalSeqInfo in PrepareSequenceSoundImpl()
1268 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareSequenceSoundImpl()
1271 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareSequenceSoundImpl()
1274 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareSequenceSoundImpl()
1284 internal::SequenceSound::StartInfo startInfo = in PrepareSequenceSoundImpl()
1341 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareStreamSoundImpl()
1419 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareStreamSoundImpl()
1422 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareStreamSoundImpl()
1426 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareStreamSoundImpl()
1481 SoundStartable::StartInfo::StartOffsetType startOffsetType, in PrepareWaveSoundImpl()
1528 case SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC: in PrepareWaveSoundImpl()
1531 case SoundStartable::StartInfo::START_OFFSET_TYPE_TICK: in PrepareWaveSoundImpl()
1535 case SoundStartable::StartInfo::START_OFFSET_TYPE_SAMPLE: in PrepareWaveSoundImpl()
1544 internal::WaveSound::StartInfo startInfo = in PrepareWaveSoundImpl()