FFmpeg
|
Data Fields | |
const AVClass * | class |
int | planes |
int | bpc |
int | nb_planes |
int | width [4] |
int | height [4] |
void(* | threshold )(const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h) |
AVFrame * | frames [4] |
FFFrameSync | fs |
Definition at line 35 of file vf_threshold.c.
const AVClass* ThresholdContext::class |
Definition at line 36 of file vf_threshold.c.
int ThresholdContext::planes |
Definition at line 38 of file vf_threshold.c.
Referenced by process_frame().
int ThresholdContext::bpc |
Definition at line 39 of file vf_threshold.c.
Referenced by config_input(), and process_frame().
int ThresholdContext::nb_planes |
Definition at line 41 of file vf_threshold.c.
Referenced by config_input(), and process_frame().
int ThresholdContext::width[4] |
Definition at line 42 of file vf_threshold.c.
Referenced by config_input(), and process_frame().
int ThresholdContext::height[4] |
Definition at line 42 of file vf_threshold.c.
Referenced by config_input(), and process_frame().
void(* ThresholdContext::threshold)(const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h) |
Definition at line 44 of file vf_threshold.c.
Referenced by config_input(), and process_frame().
AVFrame* ThresholdContext::frames[4] |
Definition at line 52 of file vf_threshold.c.
FFFrameSync ThresholdContext::fs |
Definition at line 53 of file vf_threshold.c.
Referenced by activate(), config_output(), process_frame(), and uninit().