FFmpeg  4.0
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

◆ class

const AVClass* MaskedClampContext::class

Definition at line 34 of file vf_maskedclamp.c.

◆ planes

int MaskedClampContext::planes

Definition at line 36 of file vf_maskedclamp.c.

Referenced by process_frame().

◆ undershoot

int MaskedClampContext::undershoot

Definition at line 37 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), maskedclamp8(), and process_frame().

◆ overshoot

int MaskedClampContext::overshoot

Definition at line 38 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), maskedclamp8(), and process_frame().

◆ linesize

int MaskedClampContext::linesize[4]

Definition at line 40 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

◆ width

int MaskedClampContext::width[4]

Definition at line 41 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

◆ height

int MaskedClampContext::height[4]

Definition at line 41 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

◆ nb_planes

int MaskedClampContext::nb_planes

Definition at line 42 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().

◆ depth

int MaskedClampContext::depth

Definition at line 43 of file vf_maskedclamp.c.

Referenced by config_input().

◆ fs

FFFrameSync MaskedClampContext::fs

Definition at line 44 of file vf_maskedclamp.c.

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

◆ maskedclamp

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: