Searched refs:av_hex_dump_log (Results 1 – 4 of 4) 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) 39 # define hex_dump_debug(class, buf, size) do { if (0) av_hex_dump_log(class, AV_LOG_DEBUG, buf, …
|
D | avformat.h | 2684 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size);
|
D | dump.c | 81 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size) in av_hex_dump_log() function
|
D | asfdec_f.c | 872 av_hex_dump_log(s, AV_LOG_DEBUG, pkt.data, pkt.size); in asf_read_header()
|