Lines Matching refs:startInfo
723 const StartInfo* startInfo in detail_SetupSound() argument
732 startInfo in detail_SetupSound()
755 const StartInfo* startInfo in detail_SetupSoundImpl() argument
789 if ( startInfo != NULL ) in detail_SetupSoundImpl()
791 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl()
793 startOffsetType = startInfo->startOffsetType; in detail_SetupSoundImpl()
794 startOffset = startInfo->startOffset; in detail_SetupSoundImpl()
796 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl()
798 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl()
800 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl()
802 playerId = startInfo->playerId; in detail_SetupSoundImpl()
804 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl()
806 actorPlayerId = startInfo->actorPlayerId; in detail_SetupSoundImpl()
808 if ( startInfo->enableFlag & StartInfo::ENABLE_SEQ_SOUND_INFO ) in detail_SetupSoundImpl()
810 seqInfo = &startInfo->seqSoundInfo; in detail_SetupSoundImpl()