av_parse_color     32 libavcodec/srtdec.c     if (av_parse_color(rgba, str, strcspn(str, "\" >"), avctx) < 0)
av_parse_color     93 libavfilter/vf_drawbox.c     else if (av_parse_color(rgba_color, s->color_str, -1, ctx) < 0)
av_parse_color   1160 libavfilter/vf_drawtext.c         ret = av_parse_color(s->fontcolor.rgba, s->expanded_fontcolor.str, -1, s);
av_parse_color    114 libavfilter/vf_frei0r.c             if (av_parse_color(rgba, param, -1, ctx) < 0)
av_parse_color    116 libavfilter/vf_rotate.c     else if (av_parse_color(rot->fillcolor, rot->fillcolor_str, -1, ctx) >= 0)
av_parse_color    238 libavfilter/vsrc_testsrc.c         ret = av_parse_color(color_rgba, args, -1, ctx);
av_parse_color    298 libavutil/opt.c         ret = av_parse_color(dst, val, -1, obj);
av_parse_color   1824 libavutil/opt.c             if ((ret = av_parse_color(color, o->default_val.str, -1, NULL)) < 0)
av_parse_color    806 libavutil/parseutils.c             if (av_parse_color(rgba, color_names[i], -1, NULL) >= 0)
av_parse_color     98 libavutil/parseutils.h int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,