FFmpeg
|
Data Fields | |
enum StereoCode | format |
int | width |
int | height |
int | off_left |
int | off_right |
int | off_lstep |
int | off_rstep |
int | row_left |
int | row_right |
Definition at line 65 of file vf_stereo3d.c.
enum StereoCode StereoComponent::format |
Definition at line 66 of file vf_stereo3d.c.
Referenced by config_output(), filter_frame(), and query_formats().
int StereoComponent::width |
Definition at line 67 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::height |
Definition at line 67 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::off_left |
Definition at line 68 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::off_right |
Definition at line 68 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::off_lstep |
Definition at line 69 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::off_rstep |
Definition at line 69 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::row_left |
Definition at line 70 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().
int StereoComponent::row_right |
Definition at line 70 of file vf_stereo3d.c.
Referenced by config_output(), and filter_frame().