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

Data Fields

const AVClassclass
 
int planes
 
int undershoot
 
int overshoot
 
int linesize [4]
 
int width [4]
 
int height [4]
 
int nb_planes
 
int depth
 
FFFrameSync fs
 
void(* maskedclamp )(const uint8_t *bsrc, const uint8_t *osrc, const uint8_t *msrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t darklinesize, ptrdiff_t brightlinesize, ptrdiff_t destlinesize, int w, int h, int undershoot, int overshoot)
 

Detailed Description

Definition at line 33 of file vf_maskedclamp.c.

Field Documentation

const AVClass* MaskedClampContext::class

Definition at line 34 of file vf_maskedclamp.c.

int MaskedClampContext::planes

Definition at line 36 of file vf_maskedclamp.c.

Referenced by process_frame().

int MaskedClampContext::undershoot

Definition at line 37 of file vf_maskedclamp.c.

Referenced by process_frame().

int MaskedClampContext::overshoot

Definition at line 38 of file vf_maskedclamp.c.

Referenced by process_frame().

int MaskedClampContext::linesize[4]

Definition at line 40 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

int MaskedClampContext::width[4]

Definition at line 41 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

int MaskedClampContext::height[4]

Definition at line 41 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

int MaskedClampContext::nb_planes

Definition at line 42 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

int MaskedClampContext::depth

Definition at line 43 of file vf_maskedclamp.c.

Referenced by config_input().

FFFrameSync MaskedClampContext::fs

Definition at line 44 of file vf_maskedclamp.c.

Referenced by activate(), config_output(), process_frame(), and uninit().

void(* MaskedClampContext::maskedclamp)(const uint8_t *bsrc, const uint8_t *osrc, const uint8_t *msrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t darklinesize, ptrdiff_t brightlinesize, ptrdiff_t destlinesize, int w, int h, int undershoot, int overshoot)

Definition at line 46 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().


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