Lines Matching refs:startInfo

735     const StartInfo* startInfo  in detail_SetupSound()  argument
744 startInfo in detail_SetupSound()
767 const StartInfo* startInfo in detail_SetupSoundImpl() argument
801 if ( startInfo != NULL ) in detail_SetupSoundImpl()
803 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl()
805 startOffsetType = startInfo->startOffsetType; in detail_SetupSoundImpl()
806 startOffset = startInfo->startOffset; in detail_SetupSoundImpl()
808 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl()
810 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl()
812 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl()
814 playerId = startInfo->playerId; in detail_SetupSoundImpl()
816 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl()
818 actorPlayerId = startInfo->actorPlayerId; in detail_SetupSoundImpl()
820 if ( startInfo->enableFlag & StartInfo::ENABLE_SEQ_SOUND_INFO ) in detail_SetupSoundImpl()
822 seqInfo = &startInfo->seqSoundInfo; in detail_SetupSoundImpl()
1284 internal::SequenceSound::StartInfo startInfo = in PrepareSequenceSoundImpl() local
1302 bool result = sound->RegisterDataLoadTask( loadInfo, startInfo ); in PrepareSequenceSoundImpl()
1314 sound->Prepare( seqFileReader.GetSequenceData(), startInfo ); in PrepareSequenceSoundImpl()
1544 internal::WaveSound::StartInfo startInfo = in PrepareWaveSoundImpl() local
1563 bool result = sound->RegisterDataLoadTask( loadInfo, startInfo ); in PrepareWaveSoundImpl()
1568 sound->Prepare( wsdFile, startInfo ); in PrepareWaveSoundImpl()