FFmpeg
|
Data Fields | |
const AVClass * | class |
int | low |
int | high |
int | planes |
int | fill |
int | sum |
int | linesize [4] |
int | width [4] |
int | height [4] |
int | nb_planes |
int | depth |
int | max |
uint64_t | max_sum |
AVFrame * | empty |
int(* | getsum )(AVFilterContext *ctx, AVFrame *out) |
int(* | maskfun )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 29 of file vf_maskfun.c.
const AVClass* MaskFunContext::class |
Definition at line 30 of file vf_maskfun.c.
int MaskFunContext::low |
Definition at line 32 of file vf_maskfun.c.
int MaskFunContext::high |
Definition at line 32 of file vf_maskfun.c.
int MaskFunContext::planes |
Definition at line 33 of file vf_maskfun.c.
int MaskFunContext::fill |
Definition at line 34 of file vf_maskfun.c.
int MaskFunContext::sum |
Definition at line 35 of file vf_maskfun.c.
int MaskFunContext::linesize[4] |
Definition at line 37 of file vf_maskfun.c.
int MaskFunContext::width[4] |
Definition at line 38 of file vf_maskfun.c.
int MaskFunContext::height[4] |
Definition at line 38 of file vf_maskfun.c.
int MaskFunContext::nb_planes |
Definition at line 39 of file vf_maskfun.c.
int MaskFunContext::depth |
Definition at line 40 of file vf_maskfun.c.
int MaskFunContext::max |
Definition at line 41 of file vf_maskfun.c.
uint64_t MaskFunContext::max_sum |
Definition at line 42 of file vf_maskfun.c.
AVFrame* MaskFunContext::empty |
Definition at line 44 of file vf_maskfun.c.
int(* MaskFunContext::getsum) (AVFilterContext *ctx, AVFrame *out) |
Definition at line 45 of file vf_maskfun.c.
Definition at line 46 of file vf_maskfun.c.