Home
last modified time | relevance | path

Searched refs:FFDrawContext (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Ddrawutils.h35 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 Ddrawutils.c80 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 Dvf_datascope.c45 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 Dtinterlace.h75 FFDrawContext draw;
H A Dsrc_avsynctest.c61 FFDrawContext draw;
245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text()
H A Dvf_tpad.c40 FFDrawContext draw;
H A Dvf_tile.c44 FFDrawContext draw;
H A Dvf_subtitles.c63 FFDrawContext draw;
H A Dvf_shear.c45 FFDrawContext draw;
H A Dvf_stack.c57 FFDrawContext draw;
H A Dvf_pad.c99 FFDrawContext draw;
H A Dvf_rotate.c78 FFDrawContext draw;
H A Dvf_drawtext.c179 FFDrawContext dc;
H A Dvsrc_testsrc.c80 FFDrawContext draw;
/third_party/ffmpeg/libavfilter/tests/
H A Ddrawutils.c28 FFDrawContext draw; in main()

Completed in 18 milliseconds