av_hex_dump_log   860 libavformat/asfdec_f.c                     av_hex_dump_log(s, AV_LOG_DEBUG, pkt.data, pkt.size);
av_hex_dump_log  2765 libavformat/avformat.h void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size);
av_hex_dump_log    37 libavformat/internal.h #    define hex_dump_debug(class, buf, size) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size)
av_hex_dump_log    39 libavformat/internal.h #    define hex_dump_debug(class, buf, size) do { if (0) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size); } while(0)