|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| char * | expr_str [4][2] |
| double | ref [4][2] |
| int32_t(* | pv )[2] |
| int32_t | coeff [SUB_PIXELS][4] |
| int | interpolation |
| int | linesize [4] |
| int | height [4] |
| int | hsub |
| int | vsub |
| int | nb_planes |
| void(* | perspective )(struct PerspectiveContext *s, uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, int hsub, int vsub) |
Definition at line 38 of file vf_perspective.c.
| const AVClass* PerspectiveContext::class |
Definition at line 39 of file vf_perspective.c.
| char* PerspectiveContext::expr_str[4][2] |
Definition at line 40 of file vf_perspective.c.
Referenced by config_input().
| double PerspectiveContext::ref[4][2] |
Definition at line 41 of file vf_perspective.c.
Referenced by config_input().
| int32_t(* PerspectiveContext::pv)[2] |
Definition at line 42 of file vf_perspective.c.
Referenced by config_input(), resample_cubic(), resample_linear(), and uninit().
| int32_t PerspectiveContext::coeff[SUB_PIXELS][4] |
Definition at line 43 of file vf_perspective.c.
Referenced by config_input(), and resample_cubic().
| int PerspectiveContext::interpolation |
Definition at line 44 of file vf_perspective.c.
Referenced by init().
| int PerspectiveContext::linesize[4] |
Definition at line 45 of file vf_perspective.c.
Referenced by config_input(), filter_frame(), resample_cubic(), and resample_linear().
| int PerspectiveContext::height[4] |
Definition at line 46 of file vf_perspective.c.
Referenced by config_input(), and filter_frame().
| int PerspectiveContext::hsub |
Definition at line 47 of file vf_perspective.c.
Referenced by config_input(), filter_frame(), resample_cubic(), and resample_linear().
| int PerspectiveContext::vsub |
Definition at line 47 of file vf_perspective.c.
Referenced by config_input(), filter_frame(), resample_cubic(), and resample_linear().
| int PerspectiveContext::nb_planes |
Definition at line 48 of file vf_perspective.c.
Referenced by config_input(), and filter_frame().
| void(* PerspectiveContext::perspective)(struct PerspectiveContext *s, uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, int hsub, int vsub) |
Definition at line 50 of file vf_perspective.c.
Referenced by filter_frame(), and init().
1.8.2