Searched refs:initial_level (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | log.h | 273 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, …
|
D | log.c | 415 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, … in av_log_once() argument 419 av_vlog(avcl, *state ? subsequent_level : initial_level, fmt, vl); in av_log_once()
|