Searched refs:fillcolor_str (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_shear.c | 41 char *fillcolor_str; member 65 { "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS }, 66 { "c", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS }, 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()
|
H A D | vf_stack.c | 54 char *fillcolor_str; member 92 if (strcmp(s->fillcolor_str, "none") && in init() 93 av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) { in init() 494 { "fill", "set the color for unused pixels", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str = "none"}, .flags = FLAGS },
|
H A D | vf_rotate.c | 71 char *fillcolor_str; member 106 { "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS }, 107 { "c", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS }, 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()
|
Completed in 6 milliseconds