Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c4256 GOP_STRETCH_SET_PARAM ioctl_StrrtchInfo; in MApi_GOP_GWIN_SetStretchWinPosition() local
4260 memset(&ioctl_StrrtchInfo, 0x0, sizeof(GOP_STRETCH_SET_PARAM)); in MApi_GOP_GWIN_SetStretchWinPosition()
4266 ioctl_StrrtchInfo.gop_idx = u8GOPNum; in MApi_GOP_GWIN_SetStretchWinPosition()
4267 ioctl_StrrtchInfo.enStrtchType = E_GOP_STRETCH_WIN_POSITION; in MApi_GOP_GWIN_SetStretchWinPosition()
4268 ioctl_StrrtchInfo.pStretch = (MS_U32*)&stretch_info; in MApi_GOP_GWIN_SetStretchWinPosition()
4269 ioctl_StrrtchInfo.u32Size = sizeof(GOP_STRETCH_INFO); in MApi_GOP_GWIN_SetStretchWinPosition()
4271 …if (UtopiaIoctl(pInstantGOP,MAPI_CMD_GOP_GWIN_SET_STRETCH,(void*)&ioctl_StrrtchInfo) != UTOPIA_STA… in MApi_GOP_GWIN_SetStretchWinPosition()