Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c3659 …if(RES_DMS._stXC_XCCropWinInfo.u32width >= CONDITION_4K_WIDTH && RES_DMS._stXC_XCCropWinInfo.u32he… in _DMS_MVOP_Set_Flow()
3667 if((RES_DMS._stXC_XCCropWinInfo.u32width > RES_DMS._stXC_XCDispWinInfo.u32width) && in _DMS_MVOP_Set_Flow()
3668 (RES_DMS._stXC_XCCropWinInfo.u32height > RES_DMS._stXC_XCDispWinInfo.u32height)) in _DMS_MVOP_Set_Flow()
3942 …memcpy(&RES_DMS._stXC_XCCropWinInfo,&RES_DMS._stXC_XCCropWinInfo_DoubleBuffer,sizeof(ST_DMS_WINDOW… in _DMS_DIP_SyncStoredSetting()
3979 stXCSetWinInfo.stCapWin.width = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3980 stXCSetWinInfo.stCapWin.height = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
3985 stXCSetWinInfo.stCropWin.width = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3986 stXCSetWinInfo.stCropWin.height = RES_DMS._stXC_XCCropWinInfo.u32height; in _DMS_XC_SetWindow_MVOP_SetPath()
3997 stXCSetWinInfo.u16PreHCusScalingSrc = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
3998 stXCSetWinInfo.u16PreHCusScalingDst = RES_DMS._stXC_XCCropWinInfo.u32width; in _DMS_XC_SetWindow_MVOP_SetPath()
[all …]
/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS_v2.c109 …mset(&pDMSResourcePrivate->stDrvDMS._stXC_XCCropWinInfo, 0, sizeof(pDMSResourcePrivate->stDrvDMS._… in DMSRegisterToUtopia()
H A DapiDMS_private.h185 ST_DMS_WINDOW _stXC_XCCropWinInfo; member