Searched refs:avcodec_string (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | dump.c | 543 avcodec_string(buf, sizeof(buf), avctx, is_output); in dump_stream_format()
|
D | utils.c | 4163 avcodec_string(buf, sizeof(buf), st->internal->avctx, 0);
|
/third_party/ffmpeg/libavcodec/ |
D | avcodec.h | 3900 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
|
D | avcodec.c | 652 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) in avcodec_string() function
|