FFmpeg
Data Fields
LenscorrectionCtx Struct Reference

Data Fields

const AVClassav_class
 
int planewidth [4]
 
int planeheight [4]
 
int depth
 
int nb_planes
 
double cx
 
double cy
 
double k1
 
double k2
 
int interpolation
 
uint8_t fill_rgba [4]
 
int fill_color [4]
 
int32_tcorrection [4]
 
int(* filter_slice )(AVFilterContext *ctx, void *arg, int job, int nb_jobs, int plane)
 

Detailed Description

Definition at line 39 of file vf_lenscorrection.c.

Field Documentation

◆ av_class

const AVClass* LenscorrectionCtx::av_class

Definition at line 40 of file vf_lenscorrection.c.

◆ planewidth

int LenscorrectionCtx::planewidth[4]

Definition at line 41 of file vf_lenscorrection.c.

◆ planeheight

int LenscorrectionCtx::planeheight[4]

Definition at line 42 of file vf_lenscorrection.c.

◆ depth

int LenscorrectionCtx::depth

Definition at line 43 of file vf_lenscorrection.c.

◆ nb_planes

int LenscorrectionCtx::nb_planes

Definition at line 44 of file vf_lenscorrection.c.

◆ cx

double LenscorrectionCtx::cx

Definition at line 45 of file vf_lenscorrection.c.

◆ cy

double LenscorrectionCtx::cy

Definition at line 45 of file vf_lenscorrection.c.

◆ k1

double LenscorrectionCtx::k1

Definition at line 45 of file vf_lenscorrection.c.

◆ k2

double LenscorrectionCtx::k2

Definition at line 45 of file vf_lenscorrection.c.

◆ interpolation

int LenscorrectionCtx::interpolation

Definition at line 46 of file vf_lenscorrection.c.

◆ fill_rgba

uint8_t LenscorrectionCtx::fill_rgba[4]

Definition at line 47 of file vf_lenscorrection.c.

◆ fill_color

int LenscorrectionCtx::fill_color[4]

Definition at line 48 of file vf_lenscorrection.c.

◆ correction

int32_t* LenscorrectionCtx::correction[4]

Definition at line 50 of file vf_lenscorrection.c.

◆ filter_slice

int(* LenscorrectionCtx::filter_slice) (AVFilterContext *ctx, void *arg, int job, int nb_jobs, int plane)

Definition at line 52 of file vf_lenscorrection.c.


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