Searched refs:av_log_once (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | log.h | 259 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, ...) av_printf_format(5, 6);
|
H A D | log.c | 417 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/ |
H A D | h264_ps.c | 580 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/ |
H A D | mpegtsenc.c | 437 av_log_once(s, AV_LOG_WARNING, AV_LOG_DEBUG, &ts_st->data_st_warning, in get_dvb_stream_type() 491 av_log_once(s, AV_LOG_WARNING, AV_LOG_DEBUG, &ts_st->data_st_warning, in get_m2ts_stream_type()
|
Completed in 7 milliseconds