Searched defs:hex_dump_debug (Results 1 – 1 of 1) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| D | internal.h | 39 # define hex_dump_debug(class, buf, size) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size) macro 41 # define hex_dump_debug(class, buf, size) do { if (0) av_hex_dump_log(class, AV_LOG_DEBUG, buf, … macro
|