FFmpeg
|
Data Fields | |
const AVClass * | class |
const char * | make |
const char * | model |
const char * | lens_model |
const char * | db_path |
int | mode |
float | focal_length |
float | aperture |
float | focus_distance |
float | scale |
int | target_geometry |
int | reverse |
int | interpolation_type |
float * | distortion_coords |
float * | interpolation |
lfLens * | lens |
lfCamera * | camera |
lfModifier * | modifier |
Definition at line 72 of file vf_lensfun.c.
const AVClass* LensfunContext::class |
Definition at line 73 of file vf_lensfun.c.
const char* LensfunContext::make |
Definition at line 74 of file vf_lensfun.c.
Referenced by init().
const char * LensfunContext::model |
Definition at line 74 of file vf_lensfun.c.
Referenced by init().
const char * LensfunContext::lens_model |
Definition at line 74 of file vf_lensfun.c.
Referenced by init().
const char * LensfunContext::db_path |
Definition at line 74 of file vf_lensfun.c.
Referenced by init().
int LensfunContext::mode |
Definition at line 75 of file vf_lensfun.c.
Referenced by config_props(), and filter_frame().
float LensfunContext::focal_length |
Definition at line 76 of file vf_lensfun.c.
Referenced by config_props().
float LensfunContext::aperture |
Definition at line 77 of file vf_lensfun.c.
Referenced by config_props().
float LensfunContext::focus_distance |
Definition at line 78 of file vf_lensfun.c.
Referenced by config_props().
float LensfunContext::scale |
Definition at line 79 of file vf_lensfun.c.
Referenced by config_props().
int LensfunContext::target_geometry |
Definition at line 80 of file vf_lensfun.c.
Referenced by config_props().
int LensfunContext::reverse |
Definition at line 81 of file vf_lensfun.c.
Referenced by config_props().
int LensfunContext::interpolation_type |
Definition at line 82 of file vf_lensfun.c.
Referenced by config_props(), and filter_frame().
float* LensfunContext::distortion_coords |
Definition at line 84 of file vf_lensfun.c.
Referenced by config_props(), filter_frame(), and uninit().
float* LensfunContext::interpolation |
Definition at line 85 of file vf_lensfun.c.
Referenced by config_props(), filter_frame(), and uninit().
lfLens* LensfunContext::lens |
Definition at line 87 of file vf_lensfun.c.
Referenced by config_props(), init(), and uninit().
lfCamera* LensfunContext::camera |
Definition at line 88 of file vf_lensfun.c.
Referenced by config_props(), init(), and uninit().
lfModifier* LensfunContext::modifier |
Definition at line 89 of file vf_lensfun.c.
Referenced by config_props(), filter_frame(), and uninit().