FFmpeg  4.1.11
Data Fields
ThreadData Struct Reference

Used for passing data between threads. More...

Data Fields

AVFrameout
 
AVFramein
 
intwrite
 
int ** delay
 
float ** ir
 
intn_clippings
 
float ** ringbuffer
 
float ** temp_src
 
FFTComplex ** temp_fft
 
AVFrame ** in
 
int height
 
int width
 
uint8_tptr
 
int linesize
 
const AVFrametop
 
const AVFramebottom
 
AVFramedst
 
AVFilterLinkinlink
 
int plane
 
int w
 
int h
 
FilterParamsparam
 
const uint8_tsrc
 
int src_linesize
 
const uint8_tref
 
int ref_linesize
 
AVFrameframe
 
int parity
 
int tff
 
int meta_data [MAX_META_DATA]
 
double * data [MAX_DATA][NUM_PLANES]
 
const AVFramesrc
 
int c2
 
int c3
 
int c4
 
int c5
 
int c6
 
int c7
 
ptrdiff_t in_linesize [3]
 
ptrdiff_t out_linesize [3]
 
int in_ss_h
 
int out_ss_h
 
FFTComplexhdata
 
FFTComplexvdata
 
int n
 
int xoff
 
int yoff
 
float * src
 
float * dst
 
AVFramecopy_src1
 
AVFramecopy_src2
 
uint16_t src1_factor
 
uint16_t src2_factor
 
const uint32_t * rgbtoyuv
 
int xcenter
 
int ycenter
 
int32_tcorrection
 
AVFrameb
 
AVFrameo
 
AVFramem
 
AVFramed
 
AVFramebase
 
AVFrameoverlay
 
AVFramemask
 
AVFramesrc
 
uint8_tdst
 
int dst_linesize
 
uint8_tsrc
 
int hsub
 
int vsub
 
AVFramea
 
AVFramexin
 
AVFrameyin
 
int nb_planes
 
int nb_components
 
int step
 
int inw
 
int inh
 
int outw
 
int outh
 
int xi
 
int yi
 
int xprime
 
int yprime
 
int c
 
int s
 
const AVFramein
 
AVFrameileft
 
AVFrameiright
 
AVFramethreshold
 
AVFramemin
 
AVFramemax
 
AVFramecur
 
AVFrameadj
 
int component
 
int offset_y
 
int offset_x
 

Detailed Description

Used for passing data between threads.

Definition at line 484 of file af_adeclick.c.

Field Documentation

◆ out

AVFrame * ThreadData::out

◆ in [1/3]

AVFrame * ThreadData::in

◆ write

int * ThreadData::write

◆ delay

int ** ThreadData::delay

◆ ir

float ** ThreadData::ir

◆ n_clippings

int * ThreadData::n_clippings

◆ ringbuffer

float ** ThreadData::ringbuffer

◆ temp_src

float ** ThreadData::temp_src

◆ temp_fft

FFTComplex ** ThreadData::temp_fft

Definition at line 159 of file af_headphone.c.

Referenced by filter_frame(), and headphone_frame().

◆ in [2/3]

AVFrame** ThreadData::in

Definition at line 95 of file vf_amplify.c.

◆ height

int ThreadData::height

◆ width

int ThreadData::width

◆ ptr

uint8_t* ThreadData::ptr

Definition at line 63 of file vf_avgblur.c.

Referenced by averageiir2d().

◆ linesize

int ThreadData::linesize

Definition at line 64 of file vf_avgblur.c.

Referenced by averageiir2d(), filter_slice(), geq_filter_frame(), and slice_geq_filter().

◆ top

const AVFrame* ThreadData::top

Definition at line 54 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ bottom

const AVFrame * ThreadData::bottom

Definition at line 54 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ dst [1/3]

AVFrame * ThreadData::dst

Definition at line 55 of file vf_blend.c.

Referenced by apply_lut16(), apply_lut8(), blend_frames16_c(), blend_frames_c(), blend_slice_gbrap(), blend_slice_gbrap_pm(), blend_slice_gbrp(), blend_slice_gbrp_pm(), blend_slice_rgb(), blend_slice_rgb_pm(), blend_slice_rgba(), blend_slice_rgba_pm(), blend_slice_yuv420(), blend_slice_yuv420_pm(), blend_slice_yuv422(), blend_slice_yuv422_pm(), blend_slice_yuv444(), blend_slice_yuv444_pm(), blend_slice_yuva420(), blend_slice_yuva420_pm(), blend_slice_yuva422(), blend_slice_yuva422_pm(), blend_slice_yuva444(), blend_slice_yuva444_pm(), check_rgb2yuv(), check_yuv2rgb(), check_yuv2yuv(), chroma(), chroma16(), DEFINE_BLEND8(), deflate16(), diagonal_transformation(), dilation16(), do_blend(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), erosion16(), filter_edge(), filter_edge_16bit(), filter_edges(), filter_edges_16bit(), filter_frame(), filter_intra(), filter_intra_16bit(), filter_line_c(), filter_line_c_16bit(), filter_slice(), filter_slice_grey_edge(), filter_slice_rgba16_packed(), filter_slice_rgba_packed(), fixstride(), get_deriv(), graticule16_column(), graticule16_row(), graticule_column(), graticule_row(), inflate16(), limiter16(), lowpass(), lowpass16(), maskedclamp16(), maskedclamp8(), maskedmerge16(), premultiply16(), premultiply16offset(), premultiply16yuv(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), process_slice_yuv444p(), resample_cubic(), resample_linear(), slice_get_derivative(), unpremultiply16(), unpremultiply16offset(), and unpremultiply16yuv().

◆ inlink

AVFilterLink* ThreadData::inlink

Definition at line 56 of file vf_blend.c.

Referenced by activate(), config_output(), config_props(), DEFINE_BLEND8(), and do_blend().

◆ plane

int ThreadData::plane

◆ w

int ThreadData::w

◆ h

int ThreadData::h

◆ param

FilterParams* ThreadData::param

Definition at line 59 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ src [1/5]

float * ThreadData::src

◆ src_linesize

int ThreadData::src_linesize

◆ ref

const uint8_t* ThreadData::ref

Definition at line 58 of file vf_bm3d.c.

Referenced by config_output(), filter_frame(), filter_slice(), and process_frame().

◆ ref_linesize

int ThreadData::ref_linesize

Definition at line 59 of file vf_bm3d.c.

Referenced by filter_frame(), and filter_slice().

◆ frame

AVFrame * ThreadData::frame

Definition at line 53 of file vf_bwdif.c.

Referenced by activate(), filter_frame(), and filter_slice().

◆ parity

int ThreadData::parity

Definition at line 56 of file vf_bwdif.c.

Referenced by filter(), and filter_slice().

◆ tff

int ThreadData::tff

Definition at line 57 of file vf_bwdif.c.

Referenced by filter_slice(), and return_frame().

◆ meta_data

int ThreadData::meta_data[MAX_META_DATA]

Definition at line 68 of file vf_colorconstancy.c.

Referenced by get_deriv(), and slice_get_derivative().

◆ data

double* ThreadData::data[MAX_DATA][NUM_PLANES]

◆ src [2/5]

const AVFrame* ThreadData::src

Definition at line 72 of file vf_colormatrix.c.

◆ c2

int ThreadData::c2

◆ c3

int ThreadData::c3

◆ c4

int ThreadData::c4

◆ c5

int ThreadData::c5

◆ c6

int ThreadData::c6

◆ c7

int ThreadData::c7

◆ in_linesize

ptrdiff_t ThreadData::in_linesize[3]

◆ out_linesize

ptrdiff_t ThreadData::out_linesize[3]

Definition at line 408 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ in_ss_h

int ThreadData::in_ss_h

Definition at line 409 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ out_ss_h

int ThreadData::out_ss_h

Definition at line 409 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ hdata

FFTComplex* ThreadData::hdata

◆ vdata

FFTComplex * ThreadData::vdata

◆ n

int ThreadData::n

◆ xoff

int ThreadData::xoff

Definition at line 167 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

◆ yoff

int ThreadData::yoff

Definition at line 167 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

◆ src [3/5]

float* ThreadData::src

Definition at line 670 of file vf_dctdnoiz.c.

◆ dst [2/3]

float * ThreadData::dst

Definition at line 670 of file vf_dctdnoiz.c.

◆ copy_src1

AVFrame* ThreadData::copy_src1

Definition at line 139 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ copy_src2

AVFrame * ThreadData::copy_src2

Definition at line 139 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ src1_factor

uint16_t ThreadData::src1_factor

Definition at line 140 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ src2_factor

uint16_t ThreadData::src2_factor

Definition at line 140 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ rgbtoyuv

const uint32_t * ThreadData::rgbtoyuv

Definition at line 46 of file vf_hqx.c.

Referenced by filter_frame(), hqx_filter(), and xbr_filter().

◆ xcenter

int ThreadData::xcenter

Definition at line 62 of file vf_lenscorrection.c.

Referenced by filter_slice().

◆ ycenter

int ThreadData::ycenter

Definition at line 62 of file vf_lenscorrection.c.

Referenced by filter_slice().

◆ correction

int32_t* ThreadData::correction

Definition at line 63 of file vf_lenscorrection.c.

Referenced by filter_frame(), and filter_slice().

◆ b

AVFrame* ThreadData::b

◆ o

AVFrame * ThreadData::o

Definition at line 34 of file vf_maskedclamp.c.

Referenced by create_filtergraph(), maskedclamp16(), maskedclamp8(), and process_frame().

◆ m

AVFrame * ThreadData::m

◆ d

AVFrame * ThreadData::d

◆ base

AVFrame* ThreadData::base

◆ overlay

AVFrame * ThreadData::overlay

Definition at line 67 of file vf_maskedmerge.c.

Referenced by config_output(), filter_slice(), and process_frame().

◆ mask

AVFrame * ThreadData::mask

◆ src [4/5]

AVFrame * ThreadData::src

Definition at line 45 of file vf_overlay.c.

◆ dst [3/3]

uint8_t* ThreadData::dst

Definition at line 274 of file vf_perspective.c.

◆ dst_linesize

int ThreadData::dst_linesize

◆ src [5/5]

uint8_t* ThreadData::src

Definition at line 276 of file vf_perspective.c.

◆ hsub

int ThreadData::hsub

◆ vsub

int ThreadData::vsub

◆ a

AVFrame * ThreadData::a

◆ xin

AVFrame * ThreadData::xin

Definition at line 68 of file vf_remap.c.

Referenced by process_frame().

◆ yin

AVFrame * ThreadData::yin

Definition at line 68 of file vf_remap.c.

Referenced by process_frame().

◆ nb_planes

int ThreadData::nb_planes

Definition at line 69 of file vf_remap.c.

Referenced by cleanup_derivative_buffers(), and process_frame().

◆ nb_components

int ThreadData::nb_components

Definition at line 70 of file vf_remap.c.

Referenced by process_frame().

◆ step

int ThreadData::step

◆ inw

int ThreadData::inw

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

◆ inh

int ThreadData::inh

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

◆ outw

int ThreadData::outw

Definition at line 88 of file vf_rotate.c.

Referenced by filter_slice().

◆ outh

int ThreadData::outh

Definition at line 88 of file vf_rotate.c.

Referenced by filter_slice().

◆ xi

int ThreadData::xi

Definition at line 90 of file vf_rotate.c.

Referenced by filter_slice().

◆ yi

int ThreadData::yi

Definition at line 90 of file vf_rotate.c.

Referenced by filter_slice().

◆ xprime

int ThreadData::xprime

Definition at line 91 of file vf_rotate.c.

Referenced by filter_slice().

◆ yprime

int ThreadData::yprime

Definition at line 91 of file vf_rotate.c.

Referenced by filter_slice().

◆ c

int ThreadData::c

◆ s

int ThreadData::s

◆ in [3/3]

const AVFrame* ThreadData::in

Definition at line 60 of file vf_signalstats.c.

◆ ileft

AVFrame* ThreadData::ileft

Definition at line 599 of file vf_stereo3d.c.

Referenced by filter_frame(), and filter_slice().

◆ iright

AVFrame * ThreadData::iright

Definition at line 599 of file vf_stereo3d.c.

Referenced by filter_frame(), and filter_slice().

◆ threshold

AVFrame* ThreadData::threshold

◆ min

AVFrame* ThreadData::min

◆ max

AVFrame* ThreadData::max

◆ cur

AVFrame * ThreadData::cur

◆ adj

AVFrame * ThreadData::adj

Definition at line 344 of file vf_w3fdif.c.

Referenced by deinterlace_slice(), and filter().

◆ component

int ThreadData::component

◆ offset_y

int ThreadData::offset_y

◆ offset_x

int ThreadData::offset_x

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