Lines Matching refs:stretch_w
9708 MS_U16 gwin_w, stretch_w; in Ioctl_GOP_SetDisplay() local
9744 stretch_w = gwin_w; in Ioctl_GOP_SetDisplay()
9746 stretch_w = pStretchInfo->width; in Ioctl_GOP_SetDisplay()
9748 …nce,u8GOP,pStretchInfo->eDstType , &pStretchInfo->x, &pStretchInfo->y, &stretch_w, &pStretchInfo->… in Ioctl_GOP_SetDisplay()
9750 g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchWidth[u8GOP] = stretch_w; in Ioctl_GOP_SetDisplay()
9753 …_GOP_GWIN_Adjust_3DStretchWin(pInstance,u8GOP, &pStretchInfo->x, &pStretchInfo->y, &stretch_w, &pS… in Ioctl_GOP_SetDisplay()
9754 if (u16OrigWidth <= stretch_w)//Set a large one, set htt first in Ioctl_GOP_SetDisplay()
9755 MDrv_GOP_GWIN_SetHTotal(g_pGOPCtxLocal, u8GOP, stretch_w); in Ioctl_GOP_SetDisplay()
9757 …MDrv_GOP_GWIN_SetStretchWin(g_pGOPCtxLocal, u8GOP, pStretchInfo->x, pStretchInfo->y, stretch_w, pS… in Ioctl_GOP_SetDisplay()
9777 if (u16OrigWidth > stretch_w)//Set a small one, set htt after Gwin regsiter updated in Ioctl_GOP_SetDisplay()
9778 MDrv_GOP_GWIN_SetHTotal(g_pGOPCtxLocal, u8GOP, stretch_w); in Ioctl_GOP_SetDisplay()