Searched refs:stretch_info (Results 1 – 3 of 3) sorted by relevance
1389 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_HSCALE_EX() local1393 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() local1447 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 …]
490 GOP_StretchInfo stretch_info; member
9726 pStretchInfo = &(pInfo->stretch_info); in Ioctl_GOP_SetDisplay()