Searched refs:FFDrawColor (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.h | 50 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 D | vf_datascope.c | 46 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 D | src_avsynctest.c | 62 FFDrawColor fg; 63 FFDrawColor bg; 64 FFDrawColor ag; 245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text()
|
H A D | tinterlace.h | 76 FFDrawColor color;
|
H A D | vf_drawtext.c | 180 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 D | drawutils.c | 159 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 D | vf_tpad.c | 41 FFDrawColor color;
|
H A D | vf_tile.c | 45 FFDrawColor blank;
|
H A D | vsrc_testsrc.c | 81 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 D | vf_subtitles.c | 174 FFDrawColor color; in overlay_ass_image()
|
H A D | vf_shear.c | 46 FFDrawColor color;
|
H A D | vf_stack.c | 58 FFDrawColor color;
|
H A D | vf_pad.c | 100 FFDrawColor color;
|
H A D | vf_rotate.c | 79 FFDrawColor color;
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | drawutils.c | 29 FFDrawColor color; in main()
|
Completed in 16 milliseconds