Searched refs:hex_dump_debug (Results 1 – 2 of 2) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| D | internal.h | 37 # define hex_dump_debug(class, buf, size) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size) macro 39 # define hex_dump_debug(class, buf, size) do { if (0) av_hex_dump_log(class, AV_LOG_DEBUG, buf, … macro
|
| D | mpegts.c | 2880 hex_dump_debug(ts->stream, section, section_len); in pmt_cb() 3101 hex_dump_debug(ts->stream, section, section_len); in pat_cb() 3239 hex_dump_debug(ts->stream, section, section_len); in sdt_cb()
|