Home
last modified time | relevance | path

Searched refs:av_log_once (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlog.h255 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, …
Dlog.c415 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, … in av_log_once() function
/third_party/ffmpeg/libavcodec/
Dh264_ps.c582 av_log_once(avctx, ignore_truncation ? AV_LOG_WARNING : AV_LOG_ERROR, AV_LOG_DEBUG, in ff_h264_decode_seq_parameter_set()
/third_party/ffmpeg/libavformat/
Dmpegtsenc.c364 av_log_once(s, AV_LOG_WARNING, AV_LOG_DEBUG, &ts_st->data_st_warning, in get_dvb_stream_type()
415 av_log_once(s, AV_LOG_WARNING, AV_LOG_DEBUG, &ts_st->data_st_warning, in get_m2ts_stream_type()
/third_party/ffmpeg/doc/
DAPIchanges93 Add av_log_once().