Searched refs:pSourceInfo (Results 1 – 6 of 6) sorted by relevance
999 void _MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo) in _MApi_AUDIO_SetOutputSourceInfo() argument1006 g_AudioVars2->AudioOutputSourceInfo.SpeakerOut = pSourceInfo->SpeakerOut; in _MApi_AUDIO_SetOutputSourceInfo()1007 g_AudioVars2->AudioOutputSourceInfo.HpOut = pSourceInfo->HpOut; in _MApi_AUDIO_SetOutputSourceInfo()1008 g_AudioVars2->AudioOutputSourceInfo.MonitorOut = pSourceInfo->MonitorOut; in _MApi_AUDIO_SetOutputSourceInfo()1009 g_AudioVars2->AudioOutputSourceInfo.ScartOut = pSourceInfo->ScartOut; in _MApi_AUDIO_SetOutputSourceInfo()1010 g_AudioVars2->AudioOutputSourceInfo.SpdifOut = pSourceInfo->SpdifOut; in _MApi_AUDIO_SetOutputSourceInfo()1011 g_AudioVars2->AudioOutputSourceInfo.ArcOut = pSourceInfo->ArcOut; in _MApi_AUDIO_SetOutputSourceInfo()1012 g_AudioVars2->AudioOutputSourceInfo.HDMIOut = pSourceInfo->HDMIOut; in _MApi_AUDIO_SetOutputSourceInfo()1021 void _MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo) in _MApi_AUDIO_GetOutputSourceInfo() argument1027 …memcpy(pSourceInfo, &(g_AudioVars2->AudioOutputSourceInfo), sizeof(g_AudioVars2->AudioOutputSource… in _MApi_AUDIO_GetOutputSourceInfo()
921 void MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo) in MApi_AUDIO_SetOutputSourceInfo() argument927 Status.stOutputSourceInfo = pSourceInfo; in MApi_AUDIO_SetOutputSourceInfo()944 return _MApi_AUDIO_SetOutputSourceInfo(pSourceInfo); in MApi_AUDIO_SetOutputSourceInfo()949 void MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo) in MApi_AUDIO_GetOutputSourceInfo() argument955 Status.stOutputSourceInfo = pSourceInfo; in MApi_AUDIO_GetOutputSourceInfo()972 return _MApi_AUDIO_GetOutputSourceInfo(pSourceInfo); in MApi_AUDIO_GetOutputSourceInfo()
779 void _MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);780 void _MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);
720 void MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);729 void MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);
763 void MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);772 void MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);
48590 void MApi_AUDIO_SetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);48592 void MApi_AUDIO_GetOutputSourceInfo(OUTPUT_SOURCE_INFO *pSourceInfo);