FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ThreadData Struct Reference

Data Fields

const AVFrametop
 
const AVFramebottom
 
AVFramedst
 
AVFilterLinkinlink
 
int plane
 
int w
 
int h
 
FilterParamsparam
 
AVFramein
 
AVFrameout
 
int inw
 
int inh
 
int outw
 
int outh
 
int xi
 
int yi
 
int xprime
 
int yprime
 
int c
 
int s
 
AVFrameframe
 
int parity
 
int tff
 

Detailed Description

Definition at line 79 of file vf_blend.c.

Field Documentation

const AVFrame* ThreadData::top

Definition at line 80 of file vf_blend.c.

Referenced by filter_slice().

const AVFrame * ThreadData::bottom

Definition at line 80 of file vf_blend.c.

Referenced by filter_slice().

AVFrame* ThreadData::dst

Definition at line 81 of file vf_blend.c.

Referenced by filter_slice().

AVFilterLink* ThreadData::inlink

Definition at line 82 of file vf_blend.c.

Referenced by filter_slice().

int ThreadData::plane

Definition at line 83 of file vf_blend.c.

Referenced by filter(), and filter_slice().

int ThreadData::w

Definition at line 84 of file vf_blend.c.

Referenced by filter(), and filter_slice().

int ThreadData::h

Definition at line 84 of file vf_blend.c.

Referenced by filter(), and filter_slice().

FilterParams* ThreadData::param

Definition at line 85 of file vf_blend.c.

Referenced by filter_slice().

AVFrame * ThreadData::in

Definition at line 79 of file vf_hflip.c.

Referenced by filter_frame(), and filter_slice().

AVFrame * ThreadData::out

Definition at line 79 of file vf_hflip.c.

Referenced by filter_frame(), and filter_slice().

int ThreadData::inw

Definition at line 82 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::inh

Definition at line 82 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::outw

Definition at line 83 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::outh

Definition at line 83 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::xi

Definition at line 85 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::yi

Definition at line 85 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::xprime

Definition at line 86 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::yprime

Definition at line 86 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::c

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

int ThreadData::s

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

AVFrame* ThreadData::frame

Definition at line 33 of file vf_yadif.c.

Referenced by filter_slice().

int ThreadData::parity

Definition at line 36 of file vf_yadif.c.

Referenced by filter_slice().

int ThreadData::tff

Definition at line 37 of file vf_yadif.c.

Referenced by filter_slice().


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