Go to the documentation of this file.
31 #define DEB_LEV_NO_OUTPUT 0
37 #define DEB_LEV_PARAMS 2
41 #define DEB_LEV_SIMPLE_SEQ 4
46 #define DEB_LEV_FULL_SEQ 8
50 #define DEB_LEV_FUNCTION_NAME 16
55 #define DEFAULT_MESSAGES 32
59 #define DEB_ALL_MESS 255
63 #define DEBUG_LEVEL (DEB_LEV_ERR | DEFAULT_MESSAGES)
65 #define DEBUG(n, args...) do { if (DEBUG_LEVEL & (n)){fprintf(stderr, args);} } while (0)
67 #define DEBUG(n, args...)
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1