Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c6380 static MS_BOOL _DMS_IsDispWindowChange (MS_U32 u32Window, ST_DMS_WINDOW *ptDstWin) in _DMS_IsDispWindowChange() argument
6383 if (RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x != ptDstWin->u32x) in _DMS_IsDispWindowChange()
6386 if (RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32y != ptDstWin->u32y) in _DMS_IsDispWindowChange()
6389 if (RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32width != ptDstWin->u32width) in _DMS_IsDispWindowChange()
6392 if (RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32height != ptDstWin->u32height) in _DMS_IsDispWindowChange()
6434 static MS_BOOL _DMS_CheckIfDispWindowChange (MS_U32 u32Window, ST_DMS_WINDOW *ptDstWin) in _DMS_CheckIfDispWindowChange() argument
6438 if (_DMS_IsDispWindowChange(u32Window, ptDstWin) == TRUE) in _DMS_CheckIfDispWindowChange()
6458 static void _DMS_XC_Set_ScalingDown_Condition(ST_DMS_WINDOW *ptCropWin, ST_DMS_WINDOW *ptDstWin) in _DMS_XC_Set_ScalingDown_Condition() argument
6467 if(ptDstWin->u32width >= ptCropWin->u32width && in _DMS_XC_Set_ScalingDown_Condition()
6468 ptDstWin->u32height >= ptCropWin->u32height) in _DMS_XC_Set_ScalingDown_Condition()
[all …]