Searched refs:color_rgba (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vsrc_gradients.c | 44 uint8_t color_rgba[8][4]; member 63 …{"c0", "set 1st color", OFFSET(color_rgba[0]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 64 …{"c1", "set 2nd color", OFFSET(color_rgba[1]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 65 …{"c2", "set 3rd color", OFFSET(color_rgba[2]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 66 …{"c3", "set 4th color", OFFSET(color_rgba[3]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 67 …{"c4", "set 5th color", OFFSET(color_rgba[4]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 68 …{"c5", "set 6th color", OFFSET(color_rgba[5]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 69 …{"c6", "set 7th color", OFFSET(color_rgba[6]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 70 …{"c7", "set 8th color", OFFSET(color_rgba[7]), AV_OPT_TYPE_COLOR, {.str = "random"}, … 190 dst[x] = lerp_colors(s->color_rgba, s->nb_colors, factor); in draw_gradients_slice() [all …]
|
D | vf_fade.c | 67 uint8_t color_rgba[4]; ///< fade color member 100 s->black_fade = !memcmp(s->color_rgba, "\x00\x00\x00\xff", 4); in init() 195 const uint8_t *c = s->color_rgba; in filter_rgb() 216 const uint8_t *c = s->color_rgba; in filter_rgb_planar() 545 …{ "color", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str =… 546 …{ "c", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str =…
|
D | vsrc_testsrc.c | 76 uint8_t color_rgba[4]; member 196 { "color", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR }, 197 { "c", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR }, 232 ff_draw_color(&test->draw, &test->color, test->color_rgba); in color_config_props() 255 ff_draw_color(&test->draw, &test->color, test->color_rgba); in color_process_command()
|