Lines Matching refs:u8FlowCondition
3657 MS_U8 u8FlowCondition = 0; in _DMS_MVOP_Set_Flow() local
3661 u8FlowCondition |= FLOW_CONDITION_4K; in _DMS_MVOP_Set_Flow()
3665 u8FlowCondition |= FLOW_CONDITION_INTERLACE; in _DMS_MVOP_Set_Flow()
3670 u8FlowCondition |= FLOW_CONDITION_SHRINK; in _DMS_MVOP_Set_Flow()
3673 if(u8FlowCondition & FLOW_CONDITION_4K) in _DMS_MVOP_Set_Flow()
3678 else if(u8FlowCondition & FLOW_CONDITION_INTERLACE) in _DMS_MVOP_Set_Flow()
3686 if(u8FlowCondition & FLOW_CONDITION_SHRINK) in _DMS_MVOP_Set_Flow()
3715 return u8FlowCondition; in _DMS_MVOP_Set_Flow()
4007 MS_U8 u8FlowCondition = _DMS_MVOP_Set_Flow(u16ID); in _DMS_XC_SetWindow_MVOP_SetPath() local
4008 …:%s) I:%s shrink:%s(XC90:%s), Flow %s, ID %d\033[0m\n",__FUNCTION__,(u8FlowCondition & FLOW_CONDIT… in _DMS_XC_SetWindow_MVOP_SetPath()
4010 (u8FlowCondition & FLOW_CONDITION_INTERLACE)? "YES" : "NO", in _DMS_XC_SetWindow_MVOP_SetPath()
4011 (u8FlowCondition & FLOW_CONDITION_SHRINK)? "YES" : "NO", in _DMS_XC_SetWindow_MVOP_SetPath()
4031 if(u8FlowCondition & FLOW_CONDITION_SHRINK) in _DMS_XC_SetWindow_MVOP_SetPath()