Lines Matching refs:stMVOPWindow

3960     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()
4062 …INTF("[%s] MVOP: %d %d, %d %d\n",__FUNCTION__,stMVOPWindow.x,stMVOPWindow.y,stMVOPWindow.width,stM… in _DMS_XC_SetWindow_MVOP_SetPath()
4071 MDrv_MVOP_SetStartPos(stMVOPWindow.x, stMVOPWindow.y); in _DMS_XC_SetWindow_MVOP_SetPath()
4073 MDrv_MVOP_SetImageWidthHight(stMVOPWindow.width, stMVOPWindow.height + stMVOPWindow.y); in _DMS_XC_SetWindow_MVOP_SetPath()
4104 HAL_DMS_XC_DSSetWin(pInstance, &stMVOPWindow, &stXCSetWinInfo,RES_DMS.eDMS_MVOPFlowCtrl); in _DMS_XC_SetWindow_MVOP_SetPath()
4127 HAL_DMS_XC_DSSetWin(pInstance, &stMVOPWindow, &stXCSetWinInfo,RES_DMS.eDMS_MVOPFlowCtrl); in _DMS_XC_SetWindow_MVOP_SetPath()