Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dlog.c207 static void colored_fputs(int level, int tint, const char *str) in colored_fputs() function
387 colored_fputs(type[0], 0, part[0].str); in av_log_default_callback()
389 colored_fputs(type[1], 0, part[1].str); in av_log_default_callback()
391 colored_fputs(av_clip(level >> 3, 0, NB_LEVELS - 1), tint >> 8, part[2].str); in av_log_default_callback()
393 colored_fputs(av_clip(level >> 3, 0, NB_LEVELS - 1), tint >> 8, part[3].str); in av_log_default_callback()