Searched refs:FFDrawColor (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.h | 49 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,
|
D | vf_datascope.c | 47 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 …]
|
D | tinterlace.h | 76 FFDrawColor color;
|
D | vf_drawtext.c | 178 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()
|
D | drawutils.c | 137 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()
|
D | vf_tpad.c | 42 FFDrawColor color;
|
D | vf_tile.c | 45 FFDrawColor blank;
|
D | vf_shear.c | 46 FFDrawColor color;
|
D | vsrc_testsrc.c | 75 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()
|
D | vf_subtitles.c | 168 FFDrawColor color; in overlay_ass_image()
|
D | vf_stack.c | 54 FFDrawColor color;
|
D | vf_pad.c | 100 FFDrawColor color;
|
D | vf_rotate.c | 79 FFDrawColor color;
|
/third_party/ffmpeg/libavfilter/tests/ |
D | drawutils.c | 29 FFDrawColor color; in main()
|