Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c1389 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_HSCALE_EX() local
1393 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_HSCALE_EX()
1395 stretch_info.SrcRect.w = src; in MApi_GOP_GWIN_Set_HSCALE_EX()
1398 stretch_info.DstRect.w = dst; in MApi_GOP_GWIN_Set_HSCALE_EX()
1402 stretch_info.DstRect.w = src; in MApi_GOP_GWIN_Set_HSCALE_EX()
1406 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_HSCALE_EX()
1443 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_VSCALE_EX() local
1447 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_VSCALE_EX()
1449 stretch_info.SrcRect.h = src; in MApi_GOP_GWIN_Set_VSCALE_EX()
1452 stretch_info.DstRect.h = dst; in MApi_GOP_GWIN_Set_VSCALE_EX()
[all …]
H A DapiGOP_priv.h490 GOP_StretchInfo stretch_info; member
H A DmapiGOP.c9726 pStretchInfo = &(pInfo->stretch_info); in Ioctl_GOP_SetDisplay()