Searched refs:ActiveInfoEx (Results 1 – 1 of 1) sorted by relevance
3058 XC_Auto_Signal_Info_Ex ActiveInfoEx, StandardInfoEx; in MApi_XC_Auto_Geometry_U2() local3061 ActiveInfoEx.u16HorizontalStart = ActiveInfo->u16HorizontalStart; in MApi_XC_Auto_Geometry_U2()3062 ActiveInfoEx.u16VerticalStart = ActiveInfo->u16VerticalStart; in MApi_XC_Auto_Geometry_U2()3063 ActiveInfoEx.u16HorizontalTotal = ActiveInfo->u16HorizontalTotal; in MApi_XC_Auto_Geometry_U2()3064 ActiveInfoEx.u16HResolution = ActiveInfo->u16HResolution; in MApi_XC_Auto_Geometry_U2()3065 ActiveInfoEx.u16Phase = (MS_U16)ActiveInfo->u8Phase; in MApi_XC_Auto_Geometry_U2()3066 ActiveInfoEx.u16Version = 0; in MApi_XC_Auto_Geometry_U2()3076 …bResult = MDrv_XC_Auto_Geometry_Ex(pInstance,enAutoTuneType, &ActiveInfoEx, &StandardInfoEx , eWin… in MApi_XC_Auto_Geometry_U2()3079 ActiveInfo->u16HorizontalStart = ActiveInfoEx.u16HorizontalStart; in MApi_XC_Auto_Geometry_U2()3080 ActiveInfo->u16VerticalStart = ActiveInfoEx.u16VerticalStart; in MApi_XC_Auto_Geometry_U2()[all …]