FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ThresholdContext Struct Reference

Data Fields

const AVClassclass
 
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)
 
AVFrameframes [4]
 
FFFrameSync fs
 

Detailed Description

Definition at line 35 of file vf_threshold.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: