Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c5257 MS_U16 stretch_w, stretch_h; in MDrv_GE_BitbltPerformance() local
5391 stretch_w = rect_w * STRETCH_RATIO; in MDrv_GE_BitbltPerformance()
5398 GE_WriteReg(&pGECtxLocal->halLocalCtx,REG_GE_BLT_SRC_DX, (rect_w * 4096)/stretch_w); in MDrv_GE_BitbltPerformance()
5407 stretch_w = rect_w; in MDrv_GE_BitbltPerformance()
5414 stretch_w = rect_w; in MDrv_GE_BitbltPerformance()
5467 if (((stretch_w*4)%GE_WordUnit)==0) in MDrv_GE_BitbltPerformance()
5469 pitch=stretch_w*4; in MDrv_GE_BitbltPerformance()
5474 pitch=(((stretch_w)/GE_WordUnit)+1)*4*GE_WordUnit; in MDrv_GE_BitbltPerformance()
5479 pitch=stretch_w*4; in MDrv_GE_BitbltPerformance()
5495 if (((stretch_w*4)%GE_WordUnit)==0) in MDrv_GE_BitbltPerformance()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c9708 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()
[all …]