|
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 |
| int | inw |
| int | inh |
| int | outw |
| int | outh |
| int | xi |
| int | yi |
| int | xprime |
| int | yprime |
| int | c |
| int | s |
| 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 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().
1.8.2