Searched refs:FFDrawContext (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.h | 35 typedef struct FFDrawContext { struct 47 } FFDrawContext; argument 71 int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags); 76 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]); 83 void ff_copy_rectangle2(FFDrawContext *draw, 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, 139 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
|
D | drawutils.c | 84 int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags) in ff_draw_init() 137 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color() 194 static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], in pointer_at() 202 void ff_copy_rectangle2(FFDrawContext *draw, in ff_copy_rectangle2() 224 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_fill_rectangle() 296 static int component_used(FFDrawContext *draw, int plane, int comp) in component_used() 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() 625 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir, in ff_draw_round_to_sub() 640 FFDrawContext draw; in ff_draw_supported_pixel_formats()
|
D | vf_datascope.c | 46 FFDrawContext draw; 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() 157 static void reverse_color16(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse) in reverse_color16() 480 FFDrawContext draw; 491 …void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value); [all …]
|
D | tinterlace.h | 75 FFDrawContext draw;
|
D | vf_tpad.c | 41 FFDrawContext draw;
|
D | vf_tile.c | 44 FFDrawContext draw;
|
D | vf_shear.c | 45 FFDrawContext draw;
|
D | vf_subtitles.c | 62 FFDrawContext draw;
|
D | vf_stack.c | 53 FFDrawContext draw;
|
D | vf_pad.c | 99 FFDrawContext draw;
|
D | vf_rotate.c | 78 FFDrawContext draw;
|
D | vf_drawtext.c | 177 FFDrawContext dc;
|
D | vsrc_testsrc.c | 74 FFDrawContext draw;
|
/third_party/ffmpeg/libavfilter/tests/ |
D | drawutils.c | 28 FFDrawContext draw; in main()
|