FFmpeg
|
Data Fields | |
const AVClass * | class |
int | low |
int | high |
int | planes |
int | fill |
int | sum |
int | linesize [4] |
int | planewidth [4] |
int | planeheight [4] |
int | nb_planes |
int | depth |
int | max |
uint64_t | max_sum |
AVFrame * | in |
AVFrame * | empty |
int(* | getsum )(AVFilterContext *ctx, AVFrame *out) |
int(* | maskfun )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 28 of file vf_maskfun.c.
const AVClass* MaskFunContext::class |
Definition at line 29 of file vf_maskfun.c.
int MaskFunContext::low |
Definition at line 31 of file vf_maskfun.c.
int MaskFunContext::high |
Definition at line 31 of file vf_maskfun.c.
int MaskFunContext::planes |
Definition at line 32 of file vf_maskfun.c.
int MaskFunContext::fill |
Definition at line 33 of file vf_maskfun.c.
int MaskFunContext::sum |
Definition at line 34 of file vf_maskfun.c.
int MaskFunContext::linesize[4] |
Definition at line 36 of file vf_maskfun.c.
int MaskFunContext::planewidth[4] |
Definition at line 37 of file vf_maskfun.c.
int MaskFunContext::planeheight[4] |
Definition at line 37 of file vf_maskfun.c.
int MaskFunContext::nb_planes |
Definition at line 38 of file vf_maskfun.c.
int MaskFunContext::depth |
Definition at line 39 of file vf_maskfun.c.
int MaskFunContext::max |
Definition at line 40 of file vf_maskfun.c.
uint64_t MaskFunContext::max_sum |
Definition at line 41 of file vf_maskfun.c.
AVFrame* MaskFunContext::in |
Definition at line 43 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 46 of file vf_maskfun.c.
Definition at line 47 of file vf_maskfun.c.