Home
last modified time | relevance | path

Searched refs:av_hex_dump_log (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h37 # 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, …
Davformat.h2684 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size);
Ddump.c81 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size) in av_hex_dump_log() function
Dasfdec_f.c872 av_hex_dump_log(s, AV_LOG_DEBUG, pkt.data, pkt.size); in asf_read_header()