Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c3960 MS_WINDOW_TYPE stMVOPWindow; //decribe how to set MVOP crop in _DMS_XC_SetWindow_MVOP_SetPath() local
4019 stMVOPWindow.x = RES_DMS._stXC_XCCropWinInfo.u32x; in _DMS_XC_SetWindow_MVOP_SetPath()
4020 stMVOPWindow.y = RES_DMS._stXC_XCCropWinInfo.u32y; in _DMS_XC_SetWindow_MVOP_SetPath()
4021 stMVOPWindow.width = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
4022 stMVOPWindow.height = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
4030 stMVOPWindow.x = stMVOPWindow.y = 0; in _DMS_XC_SetWindow_MVOP_SetPath()
4033 stMVOPWindow.width = RES_DMS._stXC_DIPWinInfo[MVOP_WINDOW].stDstWin.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
4034 stMVOPWindow.height = RES_DMS._stXC_DIPWinInfo[MVOP_WINDOW].stDstWin.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
4052 stMVOPWindow.width = RES_DMS._stXC_DIPWinInfo[MVOP_WINDOW].stCropWin.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
4053 stMVOPWindow.height = RES_DMS._stXC_DIPWinInfo[MVOP_WINDOW].stCropWin.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
[all …]