FFmpeg
Data Fields
DistortionCorrectionThreadData Struct Reference

Data Fields

int width
 
int height
 
const floatdistortion_coords
 
const uint8_t * data_in
 
uint8_t * data_out
 
int linesize_in
 
int linesize_out
 
const floatinterpolation
 
int mode
 
int interpolation_type
 

Detailed Description

Definition at line 62 of file vf_lensfun.c.

Field Documentation

◆ width

int DistortionCorrectionThreadData::width

Definition at line 63 of file vf_lensfun.c.

Referenced by filter_frame().

◆ height

int DistortionCorrectionThreadData::height

Definition at line 63 of file vf_lensfun.c.

◆ distortion_coords

const float* DistortionCorrectionThreadData::distortion_coords

Definition at line 64 of file vf_lensfun.c.

◆ data_in

const uint8_t* DistortionCorrectionThreadData::data_in

Definition at line 65 of file vf_lensfun.c.

◆ data_out

uint8_t* DistortionCorrectionThreadData::data_out

Definition at line 66 of file vf_lensfun.c.

◆ linesize_in

int DistortionCorrectionThreadData::linesize_in

Definition at line 67 of file vf_lensfun.c.

◆ linesize_out

int DistortionCorrectionThreadData::linesize_out

Definition at line 67 of file vf_lensfun.c.

◆ interpolation

const float* DistortionCorrectionThreadData::interpolation

Definition at line 68 of file vf_lensfun.c.

◆ mode

int DistortionCorrectionThreadData::mode

Definition at line 69 of file vf_lensfun.c.

◆ interpolation_type

int DistortionCorrectionThreadData::interpolation_type

Definition at line 70 of file vf_lensfun.c.


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