Lines Matching refs:stretch_info
1389 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()
1456 stretch_info.DstRect.h = src; in MApi_GOP_GWIN_Set_VSCALE_EX()
1460 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_VSCALE_EX()
1490 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_HStretchMode_EX() local
1494 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_HStretchMode_EX()
1496 stretch_info.enHMode = HStrchMode; in MApi_GOP_GWIN_Set_HStretchMode_EX()
1500 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_HStretchMode_EX()
1531 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX() local
1535 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX()
1537 stretch_info.enTColorMode = TColorStrchMode; in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX()
1541 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX()
1574 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_VStretchMode_EX() local
1578 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_VStretchMode_EX()
1580 stretch_info.enVMode = VStrchMode; in MApi_GOP_GWIN_Set_VStretchMode_EX()
1583 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_VStretchMode_EX()
4215 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_Set_STRETCHWIN() local
4219 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_Set_STRETCHWIN()
4221 stretch_info.DstRect.x = x; in MApi_GOP_GWIN_Set_STRETCHWIN()
4222 stretch_info.DstRect.y = y; in MApi_GOP_GWIN_Set_STRETCHWIN()
4223 stretch_info.DstRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4224 stretch_info.DstRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
4226 stretch_info.SrcRect.x = x; in MApi_GOP_GWIN_Set_STRETCHWIN()
4227 stretch_info.SrcRect.y = y; in MApi_GOP_GWIN_Set_STRETCHWIN()
4228 stretch_info.SrcRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4229 stretch_info.SrcRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
4233 ioctl_info.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_Set_STRETCHWIN()
4257 GOP_STRETCH_INFO stretch_info; in MApi_GOP_GWIN_SetStretchWinPosition() local
4261 memset(&stretch_info, 0x0, sizeof(GOP_STRETCH_INFO)); in MApi_GOP_GWIN_SetStretchWinPosition()
4263 stretch_info.SrcRect.x = u16DispX; in MApi_GOP_GWIN_SetStretchWinPosition()
4264 stretch_info.SrcRect.y = u16DispY; in MApi_GOP_GWIN_SetStretchWinPosition()
4268 ioctl_StrrtchInfo.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_SetStretchWinPosition()
7010 memcpy(&DispInfo.stretch_info, pStretchInfo, sizeof(GOP_StretchInfo)); in MApi_GOP_GWIN_SetResolution_32FB()