Searched refs:color_rgba (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dv_error_marker_bsf.c | 29 uint8_t color_rgba[4]; member 34 static void setdc(uint8_t *b, const uint8_t color_rgba[4], int cblocks, int y_step, int v_step, int u_step) { in setdc() argument 36 b[0] = RGB_TO_Y_JPEG(color_rgba[0], color_rgba[1],color_rgba[2]) + 128; in setdc() 41 b[0] = RGB_TO_V_JPEG(color_rgba[0], color_rgba[1],color_rgba[2]) - 128; in setdc() 46 b[0] = RGB_TO_U_JPEG(color_rgba[0], color_rgba[ in setdc() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_gradients.c | 44 uint8_t color_rgba[8][4]; member 64 {"c0", "set 1st color", OFFSET(color_rgba[0]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 65 {"c1", "set 2nd color", OFFSET(color_rgba[1]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 66 {"c2", "set 3rd color", OFFSET(color_rgba[2]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 67 {"c3", "set 4th color", OFFSET(color_rgba[3]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 68 {"c4", "set 5th color", OFFSET(color_rgba[4]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 69 {"c5", "set 6th color", OFFSET(color_rgba[5]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 70 {"c6", "set 7th color", OFFSET(color_rgba[6]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 71 {"c7", "set 8th color", OFFSET(color_rgba[7]), AV_OPT_TYPE_COLOR, {.str = "random"}, 0, 0, FLAGS }, 260 dst[x] = lerp_colors(s->color_rgba, in draw_gradients_slice() [all...] |
H A D | vf_fade.c | 67 uint8_t color_rgba[4]; ///< fade color member 68 int black_fade; ///< if color_rgba is black 100 s->black_fade = !memcmp(s->color_rgba, "\x00\x00\x00\xff", 4); in init() 193 const uint8_t *c = s->color_rgba; in filter_rgb() 214 const uint8_t *c = s->color_rgba; in filter_rgb_planar() 543 { "color", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGS }, 544 { "c", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGS },
|
H A D | vsrc_testsrc.c | 82 uint8_t color_rgba[4]; member 202 { "color", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR }, 203 { "c", "set color", OFFSET(color_rgba), AV_OPT_TYPE_COLOR, {.str = "black"}, 0, 0, FLAGSR }, 238 ff_draw_color(&test->draw, &test->color, test->color_rgba); in color_config_props() 261 ff_draw_color(&test->draw, &test->color, test->color_rgba); in color_process_command()
|
Completed in 9 milliseconds