Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_drawbox.c76 struct DrawBoxContext;
78 typedef int (*PixelBelongsToRegion)(struct DrawBoxContext *s, int x, int y);
80 typedef struct DrawBoxContext { struct
99 void (*draw_region)(AVFrame *frame, struct DrawBoxContext *ctx, int left, int top, int right, int down,
101 } DrawBoxContext; typedef
114 static void draw_region(AVFrame *frame, DrawBoxContext *ctx, int left, int top, int right, int down, in draw_region()
168 static void draw_region_rgb_packed(AVFrame *frame, DrawBoxContext *ctx, int left, int top, int right, int down, in draw_region_rgb_packed()
233 DrawBoxContext *s = ctx->priv; in init()
275 DrawBoxContext *s = ctx->priv; in config_input()
367 static av_pure av_always_inline int pixel_belongs_to_box(DrawBoxContext *
[all...]

Completed in 1 milliseconds