25 #ifndef SPA_VIDEO_MULTIVIEW_H 26 #define SPA_VIDEO_MULTIVIEW_H For frame-packed multiview modes, indicates that the individual views have been encoded with half the...
Definition: multiview.h:109
A special value indicating no multiview information.
Definition: multiview.h:51
spa_video_multiview_mode
All possible stereoscopic 3D and multiview representations.
Definition: multiview.h:47
All frames represent a right-eye view.
Definition: multiview.h:55
The left view is horizontally mirrored.
Definition: multiview.h:106
The right view is horizontally mirrored.
Definition: multiview.h:108
Pixels are arranged with alternating pixels representing left and right eye views in a checkerboard f...
Definition: multiview.h:74
The right view is vertically mirrored.
Definition: multiview.h:107
The top half of the frame contains the left eye, and the bottom half the right eye.
Definition: multiview.h:71
Left and right eye views are provided in the left and right half of the frame respectively.
Definition: multiview.h:57
Left and right eye views are provided in separate frames alternately.
Definition: multiview.h:79
For stereo streams, the normal arrangement of left and right views is reversed.
Definition: multiview.h:103
Alternating vertical columns of pixels represent the left and right eye view respectively.
Definition: multiview.h:65
Multiple views are provided as separate spa_data framebuffers attached to each Buffers, described by the spa_video_multiview_meta.
Definition: multiview.h:89
Multipleindependent views are provided in separate frames in sequence.
Definition: multiview.h:82
Left and right eye views are provided in the left and right half of the frame, but have been sampled ...
Definition: multiview.h:60
The video stream contains both mono and multiview portions, signalled on each buffer by the absence o...
Definition: multiview.h:122
spa_video_multiview_flags
spa_video_multiview_flags are used to indicate extra properties of a stereo/multiview stream beyond t...
Definition: multiview.h:101
No flags.
Definition: multiview.h:102
The left view is vertically mirrored.
Definition: multiview.h:105
Alternating horizontal rows of pixels represent the left and right eye view respectively.
Definition: multiview.h:68
All frames represent a left-eye view.
Definition: multiview.h:54
All frames are monoscopic.
Definition: multiview.h:52