Searched refs:fillcolor_str (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_shear.c | 41 char *fillcolor_str; member 65 …{ "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="blac… 66 …{ "c", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="blac… 79 if (!strcmp(s->fillcolor_str, "none")) in init() 81 else if (av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) in init()
|
D | vf_stack.c | 50 char *fillcolor_str; member 100 if (strcmp(s->fillcolor_str, "none") && in init() 101 av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) { in init() 453 …{ "fill", "set the color for unused pixels", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str = "…
|
D | vf_rotate.c | 71 char *fillcolor_str; member 106 …{ "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="b… 107 …{ "c", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="b… 118 if (!strcmp(rot->fillcolor_str, "none")) in init() 120 else if (av_parse_color(rot->fillcolor, rot->fillcolor_str, -1, ctx) >= 0) in init()
|