Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c202 …{dmx_dbg_print("[%s][%d] file path overflow %d\n", __FUNCTION__, __LINE__, (int)strlen(_pc_));brea…
448 dmx_dbg_print("[%s] monitor number exceed limitation\n", __FUNCTION__); in _DMX_DBG_PidMonitor()
494 dmx_dbg_print("[%s][%d] buffer overflow \n", __FUNCTION__, __LINE__); in _DMX_DBG_Log()
525 dmx_dbg_print("\tmonitor flt %d\n", (int)u32DmxDbgFltId); in _DMX_DBG_Log()
556 dmx_dbg_print("wrong parameter [DEBUG log level %d]\n", (int)u32DbgLv); in _DMX_DBG_Log()
578 dmx_dbg_print("[%s] open file %s failed\n", __FUNCTION__, path); in _DMX_DBG_Log()
583 dmx_dbg_print("dump section data to %s\n", path); in _DMX_DBG_Log()
591 dmx_dbg_print("PIDs to monitor\n"); in _DMX_DBG_Log()
598 dmx_dbg_print("PID[0x%x]\n", (unsigned int)u32PidMonitor[i]); in _DMX_DBG_Log()
601 dmx_dbg_print("wrong parameter [PID 0x%x]\n", (unsigned int)u32PidMonitor[i]); in _DMX_DBG_Log()
[all …]
H A DapiDMX.c884 dmx_dbg_print("[DMX OVF]\tFlt[%03d]\n", (MS_S32)u32DMXId); in _DMX_Notify()
887 dmx_dbg_print("[DMX RDY]\tFlt[%03d]\n", (MS_S32)u32DMXId); in _DMX_Notify()
935 dmx_dbg_print("[DMX CB]\tFlt[%03d] PID[0x%x] time[%d ms]\n", in _DMX_Notify()
4590 dmx_dbg_print("[DMX FlwSet]\tFlow[0x%x] Input[0x%x] Inv[%d] Sync[%d] Parallel[%d]\n", in _MApi_DMX_FlowSet()
4966dmx_dbg_print("[DMX OPEN]\tFlt[%03d] Type[%s]\n", (int)(*pu32DmxId), stDmxType[DmxFltType].str); in _MApi_DMX_Open_Common()
4968 dmx_dbg_print("[DMX OPEN]\tFailed\n"); in _MApi_DMX_Open_Common()
5007 dmx_dbg_print("[DMX CLOSE]\tFlt[%03d]\n", (int)u32DmxId); in _MApi_DMX_Close()
5097 dmx_dbg_print("[DMX ENABLE]\tFlt[%03d]\n", (MS_S32)u32DmxId); in _MApi_DMX_Start()
5127 dmx_dbg_print("[DMX DISABLE]\tFlt[%03d]\n", u32DmxId; in _MApi_DMX_Stop()
5357 dmx_dbg_print("[DMX INFO]\tFlt[%03d] addr[0x%x] size[0x%x] secMode[0x%x] event[0x%x]\n",
[all …]
H A DInternal_DMX_debug.h152 #define dmx_dbg_print(fmt, ...) ULOGD("DMX", COLOR_DBG fmt COLOR_NONE, ##__VA_ARGS__) macro