Searched refs:av_vlog (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | log.c | 413 av_vlog(avcl, level, fmt, vl); in av_log() 421 av_vlog(avcl, *state ? subsequent_level : initial_level, fmt, vl); in av_log_once() 426 void av_vlog(void* avcl, int level, const char *fmt, va_list vl) in av_vlog() function 465 av_vlog(avc, AV_LOG_WARNING, msg, argument_list); in missing_feature_sample()
|
H A D | log.h | 277 void av_vlog(void *avcl, int level, const char *fmt, va_list vl);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vidstabutils.c | 71 av_vlog(&ctx, type, format, ap); in vs2av_log()
|
H A D | f_metadata.c | 193 av_vlog(ctx, AV_LOG_INFO, msg, argument_list); in print_log()
|
H A D | vf_subtitles.c | 94 av_vlog(ctx, level, fmt, args); in ass_log()
|
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 70 av_vlog(NULL, level, fmt, args); in rtmp_log()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libxavs.c | 82 av_vlog(p, level_map[level], fmt, args); in XAVS_log()
|
H A D | libdav1d.c | 73 av_vlog(c, AV_LOG_ERROR, fmt, vl); in libdav1d_log_callback()
|
H A D | libx264.c | 133 av_vlog(p, level_map[level], fmt, args); in X264_log()
|
Completed in 7 milliseconds