Go to the documentation of this file.
19 #ifndef AVFILTER_DRAWUTILS_H
20 #define AVFILTER_DRAWUTILS_H
36 int *is_packed_rgba,
uint8_t rgba_map[4]);
40 int hsub,
int vsub,
int x,
int y,
int w,
int h);
43 uint8_t *
src[4],
int src_linesize[4],
int pixelstep[4],
44 int hsub,
int vsub,
int x,
int y,
int y2,
int w,
int h);
90 uint8_t *dst[],
int dst_linesize[],
92 int dst_x,
int dst_y,
int src_x,
int src_y,
102 uint8_t *dst[],
int dst_linesize[],
103 int dst_x,
int dst_y,
int w,
int h);
109 uint8_t *dst[],
int dst_linesize[],
110 int dst_w,
int dst_h,
111 int x0,
int y0,
int w,
int h);
132 uint8_t *dst[],
int dst_linesize[],
int dst_w,
int dst_h,
133 uint8_t *
mask,
int mask_linesize,
int mask_w,
int mask_h,
134 int l2depth,
unsigned endianness,
int x0,
int y0);