FFmpeg  4.0
Data Fields
StereoComponent Struct Reference

Data Fields

int format
 StereoCode. More...
 
int width
 
int height
 
int off_left
 
int off_right
 
int off_lstep
 
int off_rstep
 
int row_left
 
int row_right
 
int row_step
 

Detailed Description

Definition at line 72 of file vf_stereo3d.c.

Field Documentation

◆ format

int StereoComponent::format

StereoCode.

Definition at line 73 of file vf_stereo3d.c.

Referenced by config_output(), filter_frame(), and query_formats().

◆ width

int StereoComponent::width

Definition at line 74 of file vf_stereo3d.c.

Referenced by anaglyph(), anaglyph_ic(), config_output(), filter_frame(), and filter_slice().

◆ height

int StereoComponent::height

Definition at line 74 of file vf_stereo3d.c.

Referenced by anaglyph(), anaglyph_ic(), config_output(), filter_frame(), and filter_slice().

◆ off_left

int StereoComponent::off_left

Definition at line 75 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ off_right

int StereoComponent::off_right

Definition at line 75 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ off_lstep

int StereoComponent::off_lstep

Definition at line 76 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ off_rstep

int StereoComponent::off_rstep

Definition at line 76 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ row_left

int StereoComponent::row_left

Definition at line 77 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ row_right

int StereoComponent::row_right

Definition at line 77 of file vf_stereo3d.c.

Referenced by config_output(), and filter_frame().

◆ row_step

int StereoComponent::row_step

Definition at line 78 of file vf_stereo3d.c.

Referenced by config_output(), filter_frame(), filter_slice(), and interleave_cols_to_any().


The documentation for this struct was generated from the following file: