Go to the documentation of this file.
28 #ifndef __OMX_COMP_DEBUG_LEVELS_H__
29 #define __OMX_COMP_DEBUG_LEVELS_H__
35 #define DEB_LEV_NO_OUTPUT 0
43 #define DEB_LEV_PARAMS 2
48 #define DEB_LEV_SIMPLE_SEQ 4
54 #define DEB_LEV_FULL_SEQ 8
59 #define DEB_LEV_FUNCTION_NAME 16
64 #define DEFAULT_MESSAGES 32
68 #define DEB_ALL_MESS 255
70 #ifdef CONFIG_DEBUG_LEVEL
72 #define DEBUG_LEVEL (DEB_LEV_ERR | CONFIG_DEBUG_LEVEL)
74 #define DEBUG_LEVEL (DEB_LEV_ERR)
77 #define DEBUG(n, fmt, args...) do { if (DEBUG_LEVEL & (n)){fprintf(stderr, "OMX-" fmt, ##args);} } while (0)
79 #define DEBUG(n, fmt, args...) {}
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1