FFmpeg
|
Data Fields | |
const AVClass * | class |
StereoComponent | in |
StereoComponent | out |
int | width |
int | height |
int | row_step |
int | ana_matrix [3][6] |
Definition at line 128 of file vf_stereo3d.c.
const AVClass* Stereo3DContext::class |
Definition at line 129 of file vf_stereo3d.c.
Referenced by init().
StereoComponent Stereo3DContext::in |
Definition at line 130 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
StereoComponent Stereo3DContext::out |
Definition at line 130 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int Stereo3DContext::width |
Definition at line 131 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int Stereo3DContext::height |
Definition at line 131 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int Stereo3DContext::row_step |
Definition at line 132 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int Stereo3DContext::ana_matrix[3][6] |
Definition at line 133 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().