Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c1839 if(_DMS_Is_ScalingConditionUse2ndBuffer(RES_DMS.gDMS_ScalingCondition)) in _Task_DMS_SetMVOP()
1963 if(_DMS_Is_ScalingConditionUse2ndBuffer(RES_DMS.gDMS_ScalingCondition)) in _Task_DMS_SetMVOP()
1972 if(_DMS_Is_ScalingConditionUse2ndBuffer(RES_DMS.gDMS_ScalingCondition)) in _Task_DMS_SetMVOP()
1995 if(_DMS_Is_ScalingConditionUse2ndBuffer(RES_DMS.gDMS_ScalingCondition)) in _Task_DMS_SetMVOP()
3417 if(RES_DMS.gDMS_ScalingCondition & USE_2ND_BUFFER) in _DMS_SetDIPWindow()
4009 (RES_DMS.gDMS_ScalingCondition & USE_2ND_BUFFER)? "YES" : "NO", in _DMS_XC_SetWindow_MVOP_SetPath()
4012 (RES_DMS.gDMS_ScalingCondition & USE_XC_SCALING_DOWN)? "YES" : "NO", in _DMS_XC_SetWindow_MVOP_SetPath()
4813 if(RES_DMS.gDMS_ScalingCondition & USE_2ND_BUFFER) in _DMS_SwitchMVOPBufferByVDEC()
6462 RES_DMS.gDMS_ScalingCondition = 0; in _DMS_XC_Set_ScalingDown_Condition()
6475 RES_DMS.gDMS_ScalingCondition |= USE_XC_FBL; in _DMS_XC_Set_ScalingDown_Condition()
[all …]
/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS_private.h181 MS_U32 gDMS_ScalingCondition; member
H A DapiDMS_v2.c105 pDMSResourcePrivate->stDrvDMS.gDMS_ScalingCondition = 0; in DMSRegisterToUtopia()