Searched refs:av_vlog (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | log.c | 411 av_vlog(avcl, level, fmt, vl); in av_log() 419 av_vlog(avcl, *state ? subsequent_level : initial_level, fmt, vl); in av_log_once() 424 void av_vlog(void* avcl, int level, const char *fmt, va_list vl) in av_vlog() function 463 av_vlog(avc, AV_LOG_WARNING, msg, argument_list); in missing_feature_sample()
|
D | log.h | 273 void av_vlog(void *avcl, int level, const char *fmt, va_list vl);
|
/third_party/ffmpeg/libavfilter/ |
D | vidstabutils.c | 63 av_vlog(&ctx, type, format, ap); in vs2av_log()
|
D | f_metadata.c | 187 av_vlog(ctx, AV_LOG_INFO, msg, argument_list); in print_log()
|
D | vf_subtitles.c | 93 av_vlog(ctx, level, fmt, args); in ass_log()
|
/third_party/ffmpeg/libavformat/ |
D | librtmp.c | 69 av_vlog(NULL, level, fmt, args); in rtmp_log()
|
/third_party/ffmpeg/libavcodec/ |
D | libdav1d.c | 62 av_vlog(c, AV_LOG_ERROR, fmt, vl); in libdav1d_log_callback()
|
D | libxavs.c | 81 av_vlog(p, level_map[level], fmt, args); in XAVS_log()
|
D | libx264.c | 129 av_vlog(p, level_map[level], fmt, args); in X264_log()
|