|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | min |
| int | max |
| int | planes |
| int | nb_planes |
| int | linesize [4] |
| int | width [4] |
| int | height [4] |
| LimiterDSPContext | dsp |
Definition at line 36 of file vf_limiter.c.
| const AVClass* LimiterContext::class |
Definition at line 37 of file vf_limiter.c.
| int LimiterContext::min |
Definition at line 38 of file vf_limiter.c.
Referenced by config_props(), filter_slice(), and init().
| int LimiterContext::max |
Definition at line 39 of file vf_limiter.c.
Referenced by config_props(), filter_slice(), and init().
| int LimiterContext::planes |
Definition at line 40 of file vf_limiter.c.
Referenced by filter_slice().
| int LimiterContext::nb_planes |
Definition at line 41 of file vf_limiter.c.
Referenced by config_props(), and filter_slice().
| int LimiterContext::linesize[4] |
Definition at line 42 of file vf_limiter.c.
Referenced by config_props(), and filter_slice().
| int LimiterContext::width[4] |
Definition at line 43 of file vf_limiter.c.
Referenced by config_props(), and filter_slice().
| int LimiterContext::height[4] |
Definition at line 44 of file vf_limiter.c.
Referenced by config_props(), filter_frame(), and filter_slice().
| LimiterDSPContext LimiterContext::dsp |
Definition at line 46 of file vf_limiter.c.
Referenced by config_props(), and filter_slice().
1.8.6