|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | width [4] |
| int | height [4] |
| int | linesize [4] |
| int | nb_planes |
| int | planes |
| int | inverse |
| int | inplace |
| int | half |
| int | depth |
| int | offset |
| int | max |
| FFFrameSync | fs |
| void(* | premultiply [4])(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) |
Definition at line 31 of file vf_premultiply.c.
| const AVClass* PreMultiplyContext::class |
Definition at line 32 of file vf_premultiply.c.
| int PreMultiplyContext::width[4] |
Definition at line 33 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::height[4] |
Definition at line 33 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::linesize[4] |
Definition at line 34 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::nb_planes |
Definition at line 35 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::planes |
Definition at line 36 of file vf_premultiply.c.
Referenced by filter_frame().
| int PreMultiplyContext::inverse |
Definition at line 37 of file vf_premultiply.c.
Referenced by filter_frame(), and init().
| int PreMultiplyContext::inplace |
Definition at line 38 of file vf_premultiply.c.
Referenced by activate(), config_output(), filter_frame(), init(), query_formats(), and uninit().
| int PreMultiplyContext::half |
Definition at line 39 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::depth |
Definition at line 39 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::offset |
Definition at line 39 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| int PreMultiplyContext::max |
Definition at line 39 of file vf_premultiply.c.
Referenced by config_input(), and filter_frame().
| FFFrameSync PreMultiplyContext::fs |
Definition at line 40 of file vf_premultiply.c.
Referenced by activate(), config_output(), process_frame(), and uninit().
| void(* PreMultiplyContext::premultiply[4])(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) |
Definition at line 42 of file vf_premultiply.c.
Referenced by filter_frame().
1.8.6