Lines Matching refs:startInfo

737     const StartInfo* startInfo  in detail_SetupSound()  argument
746 startInfo in detail_SetupSound()
769 const StartInfo* startInfo in detail_SetupSoundImpl() argument
803 if ( startInfo != NULL ) in detail_SetupSoundImpl()
805 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl()
807 startOffsetType = startInfo->startOffsetType; in detail_SetupSoundImpl()
808 startOffset = startInfo->startOffset; in detail_SetupSoundImpl()
810 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl()
812 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl()
814 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl()
816 playerId = startInfo->playerId; in detail_SetupSoundImpl()
818 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl()
820 actorPlayerId = startInfo->actorPlayerId; in detail_SetupSoundImpl()
822 if ( startInfo->enableFlag & StartInfo::ENABLE_SEQ_SOUND_INFO ) in detail_SetupSoundImpl()
824 seqInfo = &startInfo->seqSoundInfo; in detail_SetupSoundImpl()
1286 internal::SequenceSound::StartInfo startInfo = in PrepareSequenceSoundImpl() local
1304 bool result = sound->RegisterDataLoadTask( loadInfo, startInfo ); in PrepareSequenceSoundImpl()
1316 sound->Prepare( seqFileReader.GetSequenceData(), startInfo ); in PrepareSequenceSoundImpl()
1546 internal::WaveSound::StartInfo startInfo = in PrepareWaveSoundImpl() local
1565 bool result = sound->RegisterDataLoadTask( loadInfo, startInfo ); in PrepareWaveSoundImpl()
1570 sound->Prepare( wsdFile, startInfo ); in PrepareWaveSoundImpl()