FFmpeg
|
Data Fields | |
const AVFrame * | top |
const AVFrame * | bottom |
AVFrame * | dst |
AVFilterLink * | inlink |
int | plane |
int | w |
int | h |
FilterParams * | param |
AVFrame * | in |
AVFrame * | out |
AVFrame * | frame |
int | parity |
int | tff |
Definition at line 79 of file vf_blend.c.
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 70 of file vf_noise.c.
Referenced by filter_frame(), and filter_slice().
AVFrame * ThreadData::out |
Definition at line 70 of file vf_noise.c.
Referenced by filter_frame(), and filter_slice().
AVFrame* ThreadData::frame |
Definition at line 35 of file vf_yadif.c.
Referenced by filter_slice().
int ThreadData::parity |
Definition at line 38 of file vf_yadif.c.
Referenced by filter_slice().
int ThreadData::tff |
Definition at line 39 of file vf_yadif.c.
Referenced by filter_slice().