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

Data Fields

const AVClassclass
 
const char * make
 
const char * model
 
const char * lens_model
 
int mode
 
float focal_length
 
float aperture
 
float focus_distance
 
int target_geometry
 
int reverse
 
int interpolation_type
 
float * distortion_coords
 
float * interpolation
 
lfLens * lens
 
lfCamera * camera
 
lfModifier * modifier
 

Detailed Description

Definition at line 75 of file vf_lensfun.c.

Field Documentation

const AVClass* LensfunContext::class

Definition at line 76 of file vf_lensfun.c.

const char* LensfunContext::make

Definition at line 77 of file vf_lensfun.c.

Referenced by init().

const char * LensfunContext::model

Definition at line 77 of file vf_lensfun.c.

Referenced by init().

const char * LensfunContext::lens_model

Definition at line 77 of file vf_lensfun.c.

Referenced by init().

int LensfunContext::mode

Definition at line 78 of file vf_lensfun.c.

Referenced by config_props(), and filter_frame().

float LensfunContext::focal_length

Definition at line 79 of file vf_lensfun.c.

Referenced by config_props().

float LensfunContext::aperture

Definition at line 80 of file vf_lensfun.c.

Referenced by config_props().

float LensfunContext::focus_distance

Definition at line 81 of file vf_lensfun.c.

Referenced by config_props().

int LensfunContext::target_geometry

Definition at line 82 of file vf_lensfun.c.

Referenced by config_props().

int LensfunContext::reverse

Definition at line 83 of file vf_lensfun.c.

Referenced by config_props().

int LensfunContext::interpolation_type

Definition at line 84 of file vf_lensfun.c.

Referenced by config_props(), and filter_frame().

float* LensfunContext::distortion_coords

Definition at line 86 of file vf_lensfun.c.

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

float* LensfunContext::interpolation

Definition at line 87 of file vf_lensfun.c.

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

lfLens* LensfunContext::lens

Definition at line 89 of file vf_lensfun.c.

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

lfCamera* LensfunContext::camera

Definition at line 90 of file vf_lensfun.c.

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

lfModifier* LensfunContext::modifier

Definition at line 91 of file vf_lensfun.c.

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


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