Home
last modified time | relevance | path

Searched refs:GopD_property (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c174 GOP_DwinProperty GopD_property; variable
683 GopD_property.u16x = pstXC_SetWin_Info->stCapWin.x; in MApi_XC_DIP_SetWindow()
684 GopD_property.u16y = pstXC_SetWin_Info->stCapWin.y; in MApi_XC_DIP_SetWindow()
979 GopD_property.u16w = pstDIPWinProperty->u16Width; in MApi_XC_DIP_SetDIPWinProperty()
980 GopD_property.u16h = pstDIPWinProperty->u16Height; in MApi_XC_DIP_SetDIPWinProperty()
982 GopD_property.u16fbw = pstDIPWinProperty->u16Pitch/2; in MApi_XC_DIP_SetDIPWinProperty()
984 GopD_property.u16fbw = pstDIPWinProperty->u16Pitch/4; in MApi_XC_DIP_SetDIPWinProperty()
985 GopD_property.u32fbaddr0 = pstDIPWinProperty->u32BufStart; in MApi_XC_DIP_SetDIPWinProperty()
986 GopD_property.u32fbaddr1 = pstDIPWinProperty->u32BufEnd; in MApi_XC_DIP_SetDIPWinProperty()
996 MApi_GOP_DWIN_SetWinProperty(&GopD_property); in MApi_XC_DIP_SetDIPWinProperty()
[all …]