/third_party/ffmpeg/libavfilter/ |
H A D | vf_datascope.c | 387 ff_draw_color(&s->draw, &s->white, (uint8_t[]){ 255, 255, 255, 255} ); in config_input() 388 ff_draw_color(&s->draw, &s->black, (uint8_t[]){ 0, 0, 0, alpha} ); in config_input() 389 ff_draw_color(&s->draw, &s->yellow, (uint8_t[]){ 255, 255, 0, 255} ); in config_input() 390 ff_draw_color(&s->draw, &s->gray, (uint8_t[]){ 77, 77, 77, 255} ); in config_input() 513 ff_draw_color(&s->draw, &s->dark, (uint8_t[]){ 0, 0, 0, s->o * 255} ); in pixscope_config_input() 514 ff_draw_color(&s->draw, &s->black, (uint8_t[]){ 0, 0, 0, 255} ); in pixscope_config_input() 515 ff_draw_color(&s->draw, &s->white, (uint8_t[]){ 255, 255, 255, 255} ); in pixscope_config_input() 516 ff_draw_color(&s->draw, &s->green, (uint8_t[]){ 0, 255, 0, 255} ); in pixscope_config_input() 517 ff_draw_color(&s->draw, &s->blue, (uint8_t[]){ 0, 0, 255, 255} ); in pixscope_config_input() 518 ff_draw_color( in pixscope_config_input() [all...] |
H A D | src_avsynctest.c | 164 ff_draw_color(&s->draw, &s->fg, s->rgba[0]); in config_props() 165 ff_draw_color(&s->draw, &s->bg, s->rgba[1]); in config_props() 166 ff_draw_color(&s->draw, &s->ag, s->rgba[2] ); in config_props()
|
H A D | drawutils.h | 93 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]); 110 * The color needs to be inited with ff_draw_color.
|
H A D | vf_shear.c | 264 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output() 289 ff_draw_color(&s->draw, &s->color, s->fillcolor); in process_command()
|
H A D | vf_drawtext.c | 872 ff_draw_color(&s->dc, &s->fontcolor, s->fontcolor.rgba); in config_input() 873 ff_draw_color(&s->dc, &s->shadowcolor, s->shadowcolor.rgba); in config_input() 874 ff_draw_color(&s->dc, &s->bordercolor, s->bordercolor.rgba); in config_input() 875 ff_draw_color(&s->dc, &s->boxcolor, s->boxcolor.rgba); in config_input() 1365 ff_draw_color(&s->dc, color, color->rgba); in update_color_with_alpha() 1457 ff_draw_color(&s->dc, &s->fontcolor, s->fontcolor.rgba); in draw_text()
|
H A D | vf_tpad.c | 182 ff_draw_color(&s->draw, &s->color, s->rgba_color); in config_input()
|
H A D | vf_tile.c | 143 ff_draw_color(&tile->draw, &tile->blank, tile->rgba_color); in config_props()
|
H A D | vf_subtitles.c | 175 ff_draw_color(&ass->draw, &color, rgba_color); in overlay_ass_image()
|
H A D | vf_stack.c | 308 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output()
|
H A D | vf_pad.c | 115 ff_draw_color(&s->draw, &s->color, s->rgba_color); in config_input()
|
H A D | vsrc_testsrc.c | 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() 709 ff_draw_color(&s->draw, color, rgba); in set_color()
|
H A D | drawutils.c | 159 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color() function
|
H A D | vf_tinterlace.c | 227 ff_draw_color(&tinterlace->draw, &tinterlace->color, black); in config_out_props()
|
H A D | vf_rotate.c | 294 ff_draw_color(&rot->draw, &rot->color, rot->fillcolor); in config_props()
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | drawutils.c | 45 ff_draw_color(&draw, &color, (uint8_t[]) { 1, 0, 0, 1 }); in main()
|