| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 349 MS_U32 right = GifFile->Image.Left + GifFile->Image.Width; in GetFrameROI() 524 if (GifFile->Image.Left + GifFile->Image.Width > GifFile->SWidth || in MstDGifProcess() 574 drv_gpd_set_iwidth_height(GifFile->Image.Width, GifFile->Image.Height); in MstDGifProcess() 995 DGifGetWord(GifFile, &GifFile->Image.Width) == GIF_ERROR || in MstDGifGetImageDesc() 1158 if (!LineLen) LineLen = GifFile->Image.Width; 1642 ImageSize = sp->ImageDesc.Width * sp->ImageDesc.Height;
|
| H A D | gif_lib.h | 154 MS_U32 Left, Top, Width, Height, /* Current image dimensions. */ member 238 MS_U32 GifLeft, MS_U32 GifTop, MS_U32 Width, MS_U32 GifHeight, MS_U32 GifInterlace, 313 MS_U32 QuantizeBuffer(MS_U32 Width, MS_U32 Height, MS_U32 *ColorMapSize,
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 565 S32 Width, S32 Height, float Framerate, in MAdp_TSMUX_Init() argument 599 g_avs[0].width = Width; in MAdp_TSMUX_Init() 698 appPVR_Info.width = Width; in MAdp_TSMUX_Init() 703 appPVR_Info.nDispWidth = Width; in MAdp_TSMUX_Init() 705 appPVR_Info.nBufWidth = Width; in MAdp_TSMUX_Init()
|
| H A D | madp_mfe.h | 247 S32 Width, S32 Height, float Framerate,
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGOP.c | 1517 MS_PHY Width=0; in GOP_SetGopExtendGwinInfo() local 1589 Width = (MS_PHY)(pinfo->u16DispHPixelEnd - pinfo->u16DispHPixelStart); in GOP_SetGopExtendGwinInfo() 1598 …LIGN_PARA_FAIL ==_GOP_GWIN_2PEngineAlignChecker((MS_GOP_CTX_LOCAL*)pGOPDrvLocalCtx, u8GOP, &Width)) in GOP_SetGopExtendGwinInfo() 1646 MS_PHY Width=0; in GOP_SetGop1GwinInfo() local 1677 Width = (MS_PHY)(pinfo->u16DispHPixelEnd - pinfo->u16DispHPixelStart); in GOP_SetGop1GwinInfo() 1686 …IGN_PARA_FAIL ==_GOP_GWIN_2PEngineAlignChecker((MS_GOP_CTX_LOCAL*)pGOPDrvLocalCtx, E_GOP1, &Width)) in GOP_SetGop1GwinInfo() 1735 MS_PHY Width=0; in GOP_SetGop0GwinInfo() local 1753 Width = (MS_PHY)(pinfo->u16DispHPixelEnd - pinfo->u16DispHPixelStart); in GOP_SetGop0GwinInfo() 1762 …IGN_PARA_FAIL ==_GOP_GWIN_2PEngineAlignChecker((MS_GOP_CTX_LOCAL*)pGOPDrvLocalCtx, E_GOP0, &Width)) in GOP_SetGop0GwinInfo()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiPNL_EX.h | 403 …MS_U16 ( * const Width ) ( const PNL_DeviceId *pPNL_DeviceId ); // /< DE H wid… member
|
| H A D | apiPNL.h | 453 MS_U16 ( * const Width ) ( void ); // /< DE H width member
|
| H A D | apiGOP.h | 1776 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiPNL_EX.h | 404 …MS_U16 ( * const Width ) ( const PNL_DeviceId *pPNL_DeviceId ); // /< DE H wid… member
|
| H A D | apiPNL.h | 514 MS_U16 ( * const Width ) ( void ); // /< DE H width member
|
| H A D | apiGOP.h | 1886 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start);
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 691 stXC_SetWin_Info.stDispWin.width = g_IPanel.Width(); in _DMS_Update_DS_Table() 1319 MS_U32 u32PanelWidth = g_IPanel.Width(); in _MDrv_DMS_SetWin()
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 4654 E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start) in MApi_GOP_GWIN_SetHDisplaySize() argument 4684 BuffInfo.disp_rect.w = Width; in MApi_GOP_GWIN_SetHDisplaySize() 4685 BuffInfo.width = Width; in MApi_GOP_GWIN_SetHDisplaySize()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 5586 stGopInit.u16PanelWidth = g_IPanel.Width(); in _MDrv_DMS_OSD_Init() 5956 RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelWidth = g_IPanel.Width(); in _MDrv_DMS_Init() 6575 if(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelWidth != g_IPanel.Width()) in _MDrv_DMS_SetWin() 6577 RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelWidth = g_IPanel.Width(); in _MDrv_DMS_SetWin()
|
| /utopia/UTPA2-700.0.x/modules/xc/api/pnl/ |
| H A D | apiPNL_EX.c | 896 .Width = _getPanelWidth,
|
| H A D | apiPNL.c | 1608 .Width = _getPanelWidth,
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/ |
| H A D | drvPQ.c | 9040 if(g_IPanel.Width() >= pstXC_SetWin_Info->stCropWin.width) in MDrv_PQ_Set_PointToPoint_U2() 9042 … pstXC_SetWin_Info->stDispWin.x = (g_IPanel.Width() - pstXC_SetWin_Info->stCropWin.width)/2; in MDrv_PQ_Set_PointToPoint_U2() 9048 pstXC_SetWin_Info->stDispWin.width = g_IPanel.Width(); in MDrv_PQ_Set_PointToPoint_U2()
|
| H A D | drvPQ_cus.c | 4008 …((g_IPanel.Width() >= pstXC_SetWin_Info->stCropWin.width) && (g_IPanel.Height() >= pstXC_SetWin_In… in MDrv_PQ_Check_PointToPoint_Condition_U2()
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_display.c.0 | 2436 …MDrv_XC_MLoad_WriteCmd(pInstance, REG_SC_BK10_01_L, u16SyncWidth-1, 0xFF); // output Hsync Width 2441 … u16Temp = SC_R2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK10_01_L, 0xFF);//Old Hsync Width
|
| H A D | mdrv_sc_scaling.c.0 | 1715 …printf("XC CapWin is error ! (Width=%d,Height=%d)\n",pSrcInfo->stCapWin.width,pSrcInfo->stCapWin.h…
|
| H A D | mvideo.c.0 | 10365 …XC_LOG_TRACE(XC_DBGLEVEL_SETWINDOW,"Cap Width/Height can not be smaller than 0x20, or X/Y can not …
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 12180 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetHDisplaySize(MS_U8 gId, MS_U16 Width,MS_U16 X_Start); 20872 MS_U16 ( * const Width ) ( const PNL_DeviceId *pPNL_DeviceId ); 74569 MS_U16 ( * const Width ) ( void );
|