FFmpeg  4.1
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
 
int(* maskedclamp )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 37 of file vf_maskedclamp.c.

Field Documentation

◆ class

const AVClass* MaskedClampContext::class

Definition at line 38 of file vf_maskedclamp.c.

◆ planes

int MaskedClampContext::planes

Definition at line 40 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

◆ undershoot

int MaskedClampContext::undershoot

Definition at line 41 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

◆ overshoot

int MaskedClampContext::overshoot

Definition at line 42 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

◆ linesize

int MaskedClampContext::linesize[4]

Definition at line 44 of file vf_maskedclamp.c.

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

◆ width

int MaskedClampContext::width[4]

Definition at line 45 of file vf_maskedclamp.c.

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

◆ height

int MaskedClampContext::height[4]

Definition at line 45 of file vf_maskedclamp.c.

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

◆ nb_planes

int MaskedClampContext::nb_planes

Definition at line 46 of file vf_maskedclamp.c.

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

◆ depth

int MaskedClampContext::depth

Definition at line 47 of file vf_maskedclamp.c.

Referenced by config_input().

◆ fs

FFFrameSync MaskedClampContext::fs

Definition at line 48 of file vf_maskedclamp.c.

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

◆ maskedclamp

int(* MaskedClampContext::maskedclamp) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 50 of file vf_maskedclamp.c.

Referenced by config_input(), and process_frame().


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