Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Ddrawutils.h50 typedef struct FFDrawColor { struct
57 } FFDrawColor; typedef
93 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
112 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
119 void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
142 void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
H A Dvf_datascope.c46 FFDrawColor yellow;
47 FFDrawColor white;
48 FFDrawColor black;
49 FFDrawColor gray;
51 void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value);
52 void (*reverse_color)(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse);
85 static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color, in draw_text()
108 static void pick_color8(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) in pick_color8()
126 static void pick_color16(FFDrawContext *draw, FFDrawColor *colo
[all...]
H A Dsrc_avsynctest.c62 FFDrawColor fg;
63 FFDrawColor bg;
64 FFDrawColor ag;
245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text()
H A Dtinterlace.h76 FFDrawColor color;
H A Dvf_drawtext.c180 FFDrawColor fontcolor; ///< foreground color
181 FFDrawColor shadowcolor; ///< shadow color
182 FFDrawColor bordercolor; ///< border color
183 FFDrawColor boxcolor; ///< background color
1317 FFDrawColor *color, in draw_glyphs()
1361 static void update_color_with_alpha(DrawTextContext *s, FFDrawColor *color, const FFDrawColor incolor) in update_color_with_alpha()
1405 FFDrawColor fontcolor; in draw_text()
1406 FFDrawColor shadowcolor; in draw_text()
1407 FFDrawColor bordercolo in draw_text()
[all...]
H A Ddrawutils.c159 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color()
234 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_fill_rectangle()
240 FFDrawColor color_tmp = *color; in ff_fill_rectangle()
356 void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_blend_rectangle()
537 void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color, in ff_blend_mask()
H A Dvf_tpad.c41 FFDrawColor color;
H A Dvf_tile.c45 FFDrawColor blank;
H A Dvsrc_testsrc.c81 FFDrawColor color;
703 static void set_color(TestSourceContext *s, FFDrawColor *color, uint32_t argb) in set_color()
726 static void draw_text(TestSourceContext *s, AVFrame *frame, FFDrawColor *color, in draw_text()
747 FFDrawColor color; in test2_fill_picture()
1996 FFDrawColor color; in colorchart_fill_picture()
H A Dvf_subtitles.c174 FFDrawColor color; in overlay_ass_image()
H A Dvf_shear.c46 FFDrawColor color;
H A Dvf_stack.c58 FFDrawColor color;
H A Dvf_pad.c100 FFDrawColor color;
H A Dvf_rotate.c79 FFDrawColor color;
/third_party/ffmpeg/libavfilter/tests/
H A Ddrawutils.c29 FFDrawColor color; in main()

Completed in 16 milliseconds