5 #ifndef SPA_VIDEO_RAW_UTILS_H 6 #define SPA_VIDEO_RAW_UTILS_H static int spa_format_video_raw_parse(const struct spa_pod *format, struct spa_video_info_raw *info)
Definition: video/raw-utils.h:27
#define SPA_POD_OPT_Id(val)
Definition: parser.h:520
#define SPA_POD_OPT_Long(val)
Definition: parser.h:524
#define SPA_POD_Int(val)
Definition: vararg.h:54
(Id enum spa_video_multiview_flags)
Definition: param/format.h:130
use the format modifier
Definition: video/raw.h:148
uint32_t denom
Definition: defs.h:125
static const struct spa_pod_prop * spa_pod_find_prop(const struct spa_pod *pod, const struct spa_pod_prop *start, uint32_t key)
Definition: iter.h:408
media type (Id enum spa_media_type)
Definition: param/format.h:93
/Id enum spa_video_color_matrix)
Definition: param/format.h:133
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:647
/Id enum spa_video_color_range)
Definition: param/format.h:132
#define SPA_POD_OPT_Rectangle(val)
Definition: parser.h:536
uint32_t height
Definition: defs.h:104
/Id enum spa_video_transfer_function)
Definition: param/format.h:134
size (Rectangle)
Definition: param/format.h:123
struct spa_fraction max_framerate
the maximum framerate of the video.
Definition: video/raw.h:182
(Id enum spa_video_interlace_mode)
Definition: param/format.h:127
#define SPA_POD_OPT_Int(val)
Definition: parser.h:522
enum spa_video_multiview_mode multiview_mode
multiview mode
Definition: video/raw.h:187
Definition: param/format.h:28
media subtype (Id enum spa_media_subtype)
Definition: param/format.h:94
enum spa_video_transfer_function transfer_function
the transfer function.
Definition: video/raw.h:194
uint32_t flags
extra video flags
Definition: video/raw.h:177
number of views (Int)
Definition: param/format.h:126
enum spa_video_color_matrix color_matrix
the color matrix.
Definition: video/raw.h:192
static void * spa_pod_builder_pop(struct spa_pod_builder *builder, struct spa_pod_frame *frame)
Definition: builder.h:168
frame rate (Fraction)
Definition: param/format.h:124
uint32_t views
the number of views in this video
Definition: video/raw.h:184
enum spa_video_color_range color_range
the color range.
Definition: video/raw.h:190
#define SPA_POD_OPT_Fraction(val)
Definition: parser.h:538
enum spa_video_multiview_flags multiview_flags
multiview flags
Definition: video/raw.h:188
format modifier (Long) use only with DMA-BUF and omit for other buffer types
Definition: param/format.h:121
static struct spa_pod * spa_format_video_raw_build(struct spa_pod_builder *builder, uint32_t id, struct spa_video_info_raw *info)
Definition: video/raw-utils.h:55
uint32_t width
Definition: defs.h:103
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:576
Definition: spa/include/spa/utils/type.h:76
no flags
Definition: video/raw.h:144
enum spa_video_format format
the format
Definition: video/raw.h:176
video format (Id enum spa_video_format)
Definition: param/format.h:120
#define SPA_POD_Rectangle(val)
Definition: vararg.h:102
#define SPA_POD_Fraction(val)
Definition: vararg.h:111
static int spa_pod_builder_push_object(struct spa_pod_builder *builder, struct spa_pod_frame *frame, uint32_t type, uint32_t id)
Definition: builder.h:435
struct spa_fraction framerate
the framerate of the video, 0/1 means variable rate
Definition: video/raw.h:181
(Rectangle)
Definition: param/format.h:128
(Id enum spa_video_multiview_mode)
Definition: param/format.h:129
struct spa_fraction pixel_aspect_ratio
the pixel aspect ratio
Definition: video/raw.h:186
Definition: video/raw.h:44
Definition: video/raw.h:175
enum spa_video_interlace_mode interlace_mode
the interlace mode
Definition: video/raw.h:185
maximum frame rate (Fraction)
Definition: param/format.h:125
/Id enum spa_video_chroma_site)
Definition: param/format.h:131
/Id enum spa_video_color_primaries)
Definition: param/format.h:135
#define SPA_POD_Id(val)
Definition: vararg.h:49
enum spa_video_color_primaries color_primaries
color primaries.
Definition: video/raw.h:195
Definition: param/format.h:38
#define SPA_POD_Long(val)
Definition: vararg.h:65
struct spa_rectangle size
the frame size of the video
Definition: video/raw.h:180
uint64_t modifier
format modifier only used with DMA-BUF
Definition: video/raw.h:178
enum spa_video_chroma_site chroma_site
the chroma siting
Definition: video/raw.h:189