Home
last modified time | relevance | path

Searched refs:av_vlog (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlog.c411 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()
Dlog.h273 void av_vlog(void *avcl, int level, const char *fmt, va_list vl);
/third_party/ffmpeg/libavfilter/
Dvidstabutils.c63 av_vlog(&ctx, type, format, ap); in vs2av_log()
Df_metadata.c187 av_vlog(ctx, AV_LOG_INFO, msg, argument_list); in print_log()
Dvf_subtitles.c93 av_vlog(ctx, level, fmt, args); in ass_log()
/third_party/ffmpeg/libavformat/
Dlibrtmp.c69 av_vlog(NULL, level, fmt, args); in rtmp_log()
/third_party/ffmpeg/libavcodec/
Dlibdav1d.c62 av_vlog(c, AV_LOG_ERROR, fmt, vl); in libdav1d_log_callback()
Dlibxavs.c81 av_vlog(p, level_map[level], fmt, args); in XAVS_log()
Dlibx264.c129 av_vlog(p, level_map[level], fmt, args); in X264_log()