Lines Matching refs:pStretchInfo
8704 …retch(void* pInstance,EN_GOP_STRETCH_TYPE enStretchType,MS_U32 gop ,PGOP_STRETCH_INFO pStretchInfo) in Ioctl_GOP_Set_Stretch() argument
8719 …hWin(pInstance, gop, enApiGopDst, pStretchInfo->SrcRect.x, pStretchInfo->SrcRect.y,pStretchInfo->S… in Ioctl_GOP_Set_Stretch()
8724 GOP_SetStretchWinPosition(pInstance,gop, pStretchInfo->SrcRect.x, pStretchInfo->SrcRect.y); in Ioctl_GOP_Set_Stretch()
8729 if(pStretchInfo->SrcRect.w != pStretchInfo->DstRect.w) in Ioctl_GOP_Set_Stretch()
8733 GOP_Set_Hscale(pInstance,gop,bEn,pStretchInfo->SrcRect.w,pStretchInfo->DstRect.w); in Ioctl_GOP_Set_Stretch()
8738 if(pStretchInfo->SrcRect.h != pStretchInfo->DstRect.h) in Ioctl_GOP_Set_Stretch()
8742 GOP_Set_Vscale(pInstance,gop,bEn,pStretchInfo->SrcRect.h,pStretchInfo->DstRect.h); in Ioctl_GOP_Set_Stretch()
8747 GOP_GWIN_Set_HStretchMode(pInstance,gop,pStretchInfo->enHMode); in Ioctl_GOP_Set_Stretch()
8752 GOP_GWIN_Set_VStretchMode(pInstance,gop,pStretchInfo->enVMode); in Ioctl_GOP_Set_Stretch()
8757 GOP_GWIN_Set_TranspColorStretchMode(pInstance,gop,pStretchInfo->enTColorMode); in Ioctl_GOP_Set_Stretch()
8763 …retch(void* pInstance,EN_GOP_STRETCH_TYPE enStretchType,MS_U32 gop ,PGOP_STRETCH_INFO pStretchInfo) in Ioctl_GOP_Get_Stretch() argument
8775 pStretchInfo->SrcRect.x = (MS_U32)x; in Ioctl_GOP_Get_Stretch()
8776 pStretchInfo->SrcRect.y = (MS_U32)y; in Ioctl_GOP_Get_Stretch()
8777 pStretchInfo->SrcRect.w = (MS_U32)w; in Ioctl_GOP_Get_Stretch()
8778 pStretchInfo->SrcRect.h = (MS_U32)h; in Ioctl_GOP_Get_Stretch()
9710 GOP_StretchInfo* pStretchInfo; in Ioctl_GOP_SetDisplay() local
9726 pStretchInfo = &(pInfo->stretch_info); in Ioctl_GOP_SetDisplay()
9743 if(gwin_w > pStretchInfo->width) in Ioctl_GOP_SetDisplay()
9746 stretch_w = pStretchInfo->width; in Ioctl_GOP_SetDisplay()
9748 …Align_StretchWin(pInstance,u8GOP,pStretchInfo->eDstType , &pStretchInfo->x, &pStretchInfo->y, &str… in Ioctl_GOP_SetDisplay()
9751 g_pGOPCtxLocal->pGOPCtxShared->u16APIStretchHeight[u8GOP]= pStretchInfo->height; in Ioctl_GOP_SetDisplay()
9753 …OP_GWIN_Adjust_3DStretchWin(pInstance,u8GOP, &pStretchInfo->x, &pStretchInfo->y, &stretch_w, &pStr… in Ioctl_GOP_SetDisplay()
9757 …v_GOP_GWIN_SetStretchWin(g_pGOPCtxLocal, u8GOP, pStretchInfo->x, pStretchInfo->y, stretch_w, pStre… in Ioctl_GOP_SetDisplay()
9759 if(u16DstWidth <= pStretchInfo->width) in Ioctl_GOP_SetDisplay()
9760 GOP_Set_Hscale(pInstance,u8GOP,FALSE, pStretchInfo->width, u16DstWidth); in Ioctl_GOP_SetDisplay()
9762 GOP_Set_Hscale(pInstance,u8GOP,TRUE, pStretchInfo->width, u16DstWidth); in Ioctl_GOP_SetDisplay()
9764 if(u16DstHeight < pStretchInfo->height) in Ioctl_GOP_SetDisplay()
9765 GOP_Set_Vscale(pInstance,u8GOP,FALSE, pStretchInfo->height, u16DstHeight); in Ioctl_GOP_SetDisplay()
9767 GOP_Set_Vscale(pInstance,u8GOP,TRUE, pStretchInfo->height, u16DstHeight); in Ioctl_GOP_SetDisplay()