Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c413 DispWin.u32x = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32x; in _DMS_Update_DS_Table()
418 CropWin.u32x = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32x; in _DMS_Update_DS_Table()
427 if (CropWin.u32x || CropWin.u32y in _DMS_Update_DS_Table()
434 …} else if (gDMSCtrl[Overlay_ID].stOutSideCropWin.u32x || gDMSCtrl[Overlay_ID].stOutSideCropWin.u32y in _DMS_Update_DS_Table()
438 …CropWin.u32x = (u16Width * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32x) / gDMSCtrl[Overlay_ID].u32W… in _DMS_Update_DS_Table()
445 CropWin.u32x = dff->stFrames[u8FrameIndex].u32CropLeft; in _DMS_Update_DS_Table()
664 DispWin.u32x = gDMSCtrl[Overlay_ID].panelWidth - (DispWin.u32x + DispWin.u32width); in _DMS_Update_DS_Table()
665 CropWin.u32x = u16Width - (CropWin.u32x + CropWin.u32width); in _DMS_Update_DS_Table()
673 (int)DispWin.u32x, (int)DispWin.u32y, (int)DispWin.u32width, (int)DispWin.u32height, in _DMS_Update_DS_Table()
674 … (int)CropWin.u32x, (int)CropWin.u32y, (int)CropWin.u32width, (int)CropWin.u32height); in _DMS_Update_DS_Table()
[all …]
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c815 pstDMSWindow->u32x += (pstDMSWindow->u32x % 2); in _DMS_XC_WindowAlignto2()
823 pstXCWindow->x = (pstDMSWindow->u32x); in _DMS_XC_DMSWintoXCWin()
2418 stgfxDrawRect.srcblk.x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GERendering()
2423 stgfxDrawRect.dstblk.x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GERendering()
2487 stRect->x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GE_GetRectAreaByWin()
2500 stRect->x = RES_DMS._stXC_PreDispWinInfo[u32Window].u32x; in _DMS_GE_GetPreviousRectAreaByWin()
3447 xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow()
3536 xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow()
3556 … xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow()
3602 … xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dxc_Analog_Reg.h148 #define HIPART( u32x ) (((u32x) >> 16) & 0xFFFF) argument
149 #define LOPART( u32x ) ((u32x) & 0xFFFF) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dxc_Analog_Reg.h148 #define HIPART( u32x ) (((u32x) >> 16) & 0xFFFF) argument
149 #define LOPART( u32x ) ((u32x) & 0xFFFF) argument
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/include/
H A Dve_Analog_Reg.h111 #define HIPART( u32x ) (((u32x) >> 16) & 0xFFFF) argument
112 #define LOPART( u32x ) ((u32x) & 0xFFFF) argument
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/include/
H A Dcec_Analog_Reg.h147 #define HIPART( u32x ) (((u32x) >> 16) & 0xFFFF) argument
148 #define LOPART( u32x ) ((u32x) & 0xFFFF) argument
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c755 MS_U32 u32x; in GE_Divide2Fixed() local
765 u32x = 0xFFFF0000 | u16x; in GE_Divide2Fixed()
766 u32x = ~u32x + 1; //convert to positive in GE_Divide2Fixed()
771 u32x = u16x; in GE_Divide2Fixed()
786 u32x = (u32x << nFraction) / u32y; in GE_Divide2Fixed()
789 u32x = ~u32x + 1; in GE_Divide2Fixed()
793 u32x &= mask; in GE_Divide2Fixed()
795 return u32x; in GE_Divide2Fixed()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c174 #define GET_NUM(pCh, u32x) \ argument
176 {sscanf(pCh, "%x", (unsigned int*)&u32x);}else \
177 {sscanf(pCh, "%d", (unsigned int*)&u32x);}
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMS_Type.h264 MS_U32 u32x; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt79756 MS_U32 u32x;