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

Detailed Description

Definition at line 37 of file vf_maskedclamp.c.

Field Documentation

const AVClass* MaskedClampContext::class

Definition at line 38 of file vf_maskedclamp.c.

int MaskedClampContext::planes

Definition at line 40 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

int MaskedClampContext::undershoot

Definition at line 41 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

int MaskedClampContext::overshoot

Definition at line 42 of file vf_maskedclamp.c.

Referenced by maskedclamp16(), and maskedclamp8().

int MaskedClampContext::linesize[4]

Definition at line 44 of file vf_maskedclamp.c.

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

int MaskedClampContext::width[4]

Definition at line 45 of file vf_maskedclamp.c.

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

int MaskedClampContext::height[4]

Definition at line 45 of file vf_maskedclamp.c.

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

int MaskedClampContext::nb_planes

Definition at line 46 of file vf_maskedclamp.c.

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

int MaskedClampContext::depth

Definition at line 47 of file vf_maskedclamp.c.

Referenced by config_input().

FFFrameSync MaskedClampContext::fs

Definition at line 48 of file vf_maskedclamp.c.

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

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: