FFmpeg
|
Data Fields | |
const AVClass * | class |
int | negate_alpha |
int | max |
int | requested_components |
int | components |
int | planes |
int | step |
int | nb_planes |
int | linesize [4] |
int | width [4] |
int | height [4] |
uint8_t | rgba_map [4] |
void(* | negate )(const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) |
Definition at line 41 of file vf_negate.c.
const AVClass* NegateContext::class |
Definition at line 42 of file vf_negate.c.
int NegateContext::negate_alpha |
Definition at line 43 of file vf_negate.c.
int NegateContext::max |
Definition at line 44 of file vf_negate.c.
int NegateContext::requested_components |
Definition at line 45 of file vf_negate.c.
int NegateContext::components |
Definition at line 46 of file vf_negate.c.
int NegateContext::planes |
Definition at line 47 of file vf_negate.c.
int NegateContext::step |
Definition at line 48 of file vf_negate.c.
int NegateContext::nb_planes |
Definition at line 49 of file vf_negate.c.
int NegateContext::linesize[4] |
Definition at line 50 of file vf_negate.c.
int NegateContext::width[4] |
Definition at line 51 of file vf_negate.c.
int NegateContext::height[4] |
Definition at line 52 of file vf_negate.c.
uint8_t NegateContext::rgba_map[4] |
Definition at line 53 of file vf_negate.c.
void(* NegateContext::negate) (const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) |
Definition at line 55 of file vf_negate.c.