Searched refs:FFDrawContext (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.h | 35 typedef struct FFDrawContext { struct 48 } FFDrawContext; typedef 79 int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSpace csp, 85 int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags); 93 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]); 100 void ff_copy_rectangle2(FFDrawContext *draw, 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, 156 int ff_draw_round_to_sub(FFDrawContext *dra [all...] |
H A D | drawutils.c | 80 int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSpace csp, in ff_draw_init2() 154 int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags) in ff_draw_init() 159 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color() 204 static uint8_t *pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], in pointer_at() 212 void ff_copy_rectangle2(FFDrawContext *draw, in ff_copy_rectangle2() 234 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *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() 638 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir, in ff_draw_round_to_sub() 653 FFDrawContext dra in ff_draw_supported_pixel_formats() [all...] |
H A D | vf_datascope.c | 45 FFDrawContext draw; 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 *color, AVFrame *in, int x, int y, int *value) in pick_color16() 144 static void reverse_color8(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse) in reverse_color8() 156 static void reverse_color16(FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse) in reverse_color16() 478 FFDrawContext draw; 489 void (*pick_color)(FFDrawContext *dra [all...] |
H A D | tinterlace.h | 75 FFDrawContext draw;
|
H A D | src_avsynctest.c | 61 FFDrawContext draw; 245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text()
|
H A D | vf_tpad.c | 40 FFDrawContext draw;
|
H A D | vf_tile.c | 44 FFDrawContext draw;
|
H A D | vf_subtitles.c | 63 FFDrawContext draw;
|
H A D | vf_shear.c | 45 FFDrawContext draw;
|
H A D | vf_stack.c | 57 FFDrawContext draw;
|
H A D | vf_pad.c | 99 FFDrawContext draw;
|
H A D | vf_rotate.c | 78 FFDrawContext draw;
|
H A D | vf_drawtext.c | 179 FFDrawContext dc;
|
H A D | vsrc_testsrc.c | 80 FFDrawContext draw;
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | drawutils.c | 28 FFDrawContext draw; in main()
|
Completed in 18 milliseconds