Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Ddrawutils.h35 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,
Ddrawutils.c84 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()
Dvf_datascope.c46 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 …]
Dtinterlace.h75 FFDrawContext draw;
Dvf_tpad.c41 FFDrawContext draw;
Dvf_tile.c44 FFDrawContext draw;
Dvf_shear.c45 FFDrawContext draw;
Dvf_subtitles.c62 FFDrawContext draw;
Dvf_stack.c53 FFDrawContext draw;
Dvf_pad.c99 FFDrawContext draw;
Dvf_rotate.c78 FFDrawContext draw;
Dvf_drawtext.c177 FFDrawContext dc;
Dvsrc_testsrc.c74 FFDrawContext draw;
/third_party/ffmpeg/libavfilter/tests/
Ddrawutils.c28 FFDrawContext draw; in main()