Home
last modified time | relevance | path

Searched refs:ff_draw_color (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c387 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 Dsrc_avsynctest.c164 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 Ddrawutils.h93 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 Dvf_shear.c264 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 Dvf_drawtext.c872 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 Dvf_tpad.c182 ff_draw_color(&s->draw, &s->color, s->rgba_color); in config_input()
H A Dvf_tile.c143 ff_draw_color(&tile->draw, &tile->blank, tile->rgba_color); in config_props()
H A Dvf_subtitles.c175 ff_draw_color(&ass->draw, &color, rgba_color); in overlay_ass_image()
H A Dvf_stack.c308 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output()
H A Dvf_pad.c115 ff_draw_color(&s->draw, &s->color, s->rgba_color); in config_input()
H A Dvsrc_testsrc.c238 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 Ddrawutils.c159 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color() function
H A Dvf_tinterlace.c227 ff_draw_color(&tinterlace->draw, &tinterlace->color, black); in config_out_props()
H A Dvf_rotate.c294 ff_draw_color(&rot->draw, &rot->color, rot->fillcolor); in config_props()
/third_party/ffmpeg/libavfilter/tests/
H A Ddrawutils.c45 ff_draw_color(&draw, &color, (uint8_t[]) { 1, 0, 0, 1 }); in main()

Completed in 17 milliseconds