Home | History | Annotate | Download | only in inc

Lines Matching refs:PRINT

60     could have additional details that are not always desirable to print.
78 __OMX_DEBUG__ - enable OMX Debug print calls
80 __OMX_DBG_FN__ - print function
81 __OMX_DBG_FILE__ - print file
82 __OMX_DBG_LINE__ - print line number
83 __OMX_DBG_LEVEL__ - print level
84 __OMX_DBG_DOMAIN__ - print domain
85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file
109 * OMX Debug levels specify the importance of the debug print
283 * mask - debug print mask, only messages for domains marked, and that have
387 #define OMX_PRINT0(dbg, format, list...) OMXDBG_PRINT((dbg).out, PRINT, 0, (dbg).mask, format, ##list)
388 #define OMX_PRINT1(dbg, format, list...) OMXDBG_PRINT((dbg).out, PRINT, 1, (dbg).mask, format, ##list)
389 #define OMX_PRINT2(dbg, format, list...) OMXDBG_PRINT((dbg).out, PRINT, 2, (dbg).mask, format, ##list)
390 PRINT, 3, (dbg).mask, format, ##list)
391 #define OMX_PRINT4(dbg, format, list...) OMXDBG_PRINT((dbg).OMX_DBG_LEVEL4, PRINT, 4, (dbg).mask, format, ##list)
392 #define OMX_PRINT5(dbg, format, list...) OMXDBG_PRINT((dbg).err, PRINT, 5, (dbg).mask, format, ##list)
588 OMXDBG_PRINT(stderr, PRINT, 2, 0, "Deleting %d bytes on address %p, line %d file %s\n",
598 OMXDBG_PRINT(stderr, PRINT, 2, 0, "\n\nPointer not found. Line:%d File%s!!\n\n",line, s);