Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c815 MS_U8 u8FltType = 0; in _DMX_DBG_Flt() local
828 GET_PARAM_CH(param1, DMX_DBG_FLT_OPT_FLTTYPE, bFound, u8FltType); in _DMX_DBG_Flt()
829 … if(bFound && (u8FltType!= 'a') && (u8FltType != 'v') && (u8FltType != 's') && (u8FltType != 'p')) in _DMX_DBG_Flt()
831 dmx_dbg_print("wrong parameter [DMX filter type %c]\n", (char)u8FltType); in _DMX_DBG_Flt()
1044 if((u8FltType == 0) || (u32Pid == 0xFFFFFFFF) || in _DMX_DBG_Flt()
1045 ((u8FltType == 's' || u8FltType == 'p') && in _DMX_DBG_Flt()
1049 (unsigned int)u8FltType, in _DMX_DBG_Flt()
1058 switch(u8FltType) in _DMX_DBG_Flt()
1083 dmx_dbg_print("Wrong parameter [DMX filter type %c]\n", (char)u8FltType); in _DMX_DBG_Flt()