Home
last modified time | relevance | path

Searched refs:FFDrawColor (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddrawutils.h49 typedef struct FFDrawColor { struct
56 } FFDrawColor; argument
76 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]);
95 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
102 void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color,
125 void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color,
Dvf_datascope.c47 FFDrawColor yellow;
48 FFDrawColor white;
49 FFDrawColor black;
50 FFDrawColor gray;
52 …void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value);
53 void (*reverse_color)(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse);
86 static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color, in draw_text()
109 static void pick_color8(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *va… in pick_color8()
127 static void pick_color16(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *v… in pick_color16()
145 static void reverse_color8(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse) in reverse_color8()
[all …]
Dtinterlace.h76 FFDrawColor color;
Dvf_drawtext.c178 FFDrawColor fontcolor; ///< foreground color
179 FFDrawColor shadowcolor; ///< shadow color
180 FFDrawColor bordercolor; ///< border color
181 FFDrawColor boxcolor; ///< background color
1220 FFDrawColor *color, in draw_glyphs()
1264 static void update_color_with_alpha(DrawTextContext *s, FFDrawColor *color, const FFDrawColor incol… in update_color_with_alpha()
1308 FFDrawColor fontcolor; in draw_text()
1309 FFDrawColor shadowcolor; in draw_text()
1310 FFDrawColor bordercolor; in draw_text()
1311 FFDrawColor boxcolor; in draw_text()
Ddrawutils.c137 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color()
224 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_fill_rectangle()
230 FFDrawColor color_tmp = *color; in ff_fill_rectangle()
351 void ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_blend_rectangle()
528 void ff_blend_mask(FFDrawContext *draw, FFDrawColor *color, in ff_blend_mask()
Dvf_tpad.c42 FFDrawColor color;
Dvf_tile.c45 FFDrawColor blank;
Dvf_shear.c46 FFDrawColor color;
Dvsrc_testsrc.c75 FFDrawColor color;
702 static void set_color(TestSourceContext *s, FFDrawColor *color, uint32_t argb) in set_color()
725 static void draw_text(TestSourceContext *s, AVFrame *frame, FFDrawColor *color, in draw_text()
746 FFDrawColor color; in test2_fill_picture()
Dvf_subtitles.c168 FFDrawColor color; in overlay_ass_image()
Dvf_stack.c54 FFDrawColor color;
Dvf_pad.c100 FFDrawColor color;
Dvf_rotate.c79 FFDrawColor color;
/third_party/ffmpeg/libavfilter/tests/
Ddrawutils.c29 FFDrawColor color; in main()