FFmpeg
|
Data Fields | |
const AVClass * | av_class |
unsigned int | width |
unsigned int | height |
int | hsub |
int | vsub |
int | nb_planes |
double | cx |
double | cy |
double | k1 |
double | k2 |
int32_t * | correction [4] |
Definition at line 37 of file vf_lenscorrection.c.
const AVClass* LenscorrectionCtx::av_class |
Definition at line 38 of file vf_lenscorrection.c.
unsigned int LenscorrectionCtx::width |
Definition at line 39 of file vf_lenscorrection.c.
Referenced by config_props(), and filter_frame().
unsigned int LenscorrectionCtx::height |
Definition at line 40 of file vf_lenscorrection.c.
Referenced by config_props(), and filter_frame().
int LenscorrectionCtx::hsub |
Definition at line 41 of file vf_lenscorrection.c.
Referenced by config_props(), and filter_frame().
int LenscorrectionCtx::vsub |
Definition at line 41 of file vf_lenscorrection.c.
Referenced by config_props(), and filter_frame().
int LenscorrectionCtx::nb_planes |
Definition at line 42 of file vf_lenscorrection.c.
Referenced by config_props(), and filter_frame().
double LenscorrectionCtx::cx |
Definition at line 43 of file vf_lenscorrection.c.
Referenced by filter_frame().
double LenscorrectionCtx::cy |
Definition at line 43 of file vf_lenscorrection.c.
Referenced by filter_frame().
double LenscorrectionCtx::k1 |
Definition at line 43 of file vf_lenscorrection.c.
Referenced by filter_frame().
double LenscorrectionCtx::k2 |
Definition at line 43 of file vf_lenscorrection.c.
Referenced by filter_frame().
int32_t* LenscorrectionCtx::correction[4] |
Definition at line 44 of file vf_lenscorrection.c.
Referenced by filter_frame(), and uninit().