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

Data Fields

const AVClassclass
 
const AVPixFmtDescriptordesc
 
int radius
 
float factor
 
float threshold
 
int planes
 
int llimit
 
int hlimit
 
int nb_inputs
 
int nb_frames
 
int depth
 
int nb_planes
 
int linesize [4]
 
int height [4]
 
AVFrame ** frames
 

Detailed Description

Definition at line 31 of file vf_amplify.c.

Field Documentation

const AVClass* AmplifyContext::class

Definition at line 32 of file vf_amplify.c.

const AVPixFmtDescriptor* AmplifyContext::desc

Definition at line 33 of file vf_amplify.c.

Referenced by config_output().

int AmplifyContext::radius

Definition at line 34 of file vf_amplify.c.

Referenced by amplify_frame(), and init().

float AmplifyContext::factor

Definition at line 35 of file vf_amplify.c.

Referenced by amplify_frame().

float AmplifyContext::threshold

Definition at line 36 of file vf_amplify.c.

Referenced by amplify_frame().

int AmplifyContext::planes

Definition at line 37 of file vf_amplify.c.

Referenced by amplify_frame().

int AmplifyContext::llimit

Definition at line 39 of file vf_amplify.c.

Referenced by amplify_frame().

int AmplifyContext::hlimit

Definition at line 40 of file vf_amplify.c.

Referenced by amplify_frame().

int AmplifyContext::nb_inputs

Definition at line 41 of file vf_amplify.c.

Referenced by amplify_frame(), filter_frame(), and init().

int AmplifyContext::nb_frames

Definition at line 42 of file vf_amplify.c.

Referenced by filter_frame(), and uninit().

int AmplifyContext::depth

Definition at line 44 of file vf_amplify.c.

Referenced by amplify_frame(), and config_output().

int AmplifyContext::nb_planes

Definition at line 45 of file vf_amplify.c.

Referenced by amplify_frame(), and config_output().

int AmplifyContext::linesize[4]

Definition at line 46 of file vf_amplify.c.

Referenced by amplify_frame(), and config_output().

int AmplifyContext::height[4]

Definition at line 47 of file vf_amplify.c.

Referenced by amplify_frame(), config_output(), and filter_frame().

AVFrame** AmplifyContext::frames

Definition at line 49 of file vf_amplify.c.

Referenced by filter_frame(), init(), and uninit().


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