25#ifndef SPA_VIDEO_RAW_UTILS_H
26#define SPA_VIDEO_RAW_UTILS_H
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:75
static int spa_format_video_raw_parse(const struct spa_pod *format, struct spa_video_info_raw *info)
Definition: video/raw-utils.h:47
@ SPA_MEDIA_TYPE_video
Definition: param/format.h:48
@ SPA_VIDEO_FLAG_MODIFIER
use the format modifier
Definition: video/raw.h:168
@ SPA_VIDEO_FLAG_NONE
no flags
Definition: video/raw.h:164
@ SPA_FORMAT_VIDEO_framerate
frame rate (Fraction)
Definition: param/format.h:143
@ SPA_FORMAT_mediaType
media type (Id enum spa_media_type)
Definition: param/format.h:112
@ SPA_FORMAT_VIDEO_size
size (Rectangle)
Definition: param/format.h:142
@ SPA_FORMAT_VIDEO_modifier
format modifier (Long) use only with DMA-BUF and omit for other buffer types
Definition: param/format.h:140
@ SPA_FORMAT_VIDEO_multiviewMode
(Id enum spa_video_multiview_mode)
Definition: param/format.h:148
@ SPA_FORMAT_VIDEO_interlaceMode
(Id enum spa_video_interlace_mode)
Definition: param/format.h:146
@ SPA_FORMAT_VIDEO_maxFramerate
maximum frame rate (Fraction)
Definition: param/format.h:144
@ SPA_FORMAT_VIDEO_pixelAspectRatio
(Rectangle)
Definition: param/format.h:147
@ SPA_FORMAT_VIDEO_colorMatrix
/Id enum spa_video_color_matrix)
Definition: param/format.h:152
@ SPA_FORMAT_VIDEO_format
video format (Id enum spa_video_format)
Definition: param/format.h:139
@ SPA_FORMAT_mediaSubtype
media subtype (Id enum spa_media_subtype)
Definition: param/format.h:113
@ SPA_FORMAT_VIDEO_chromaSite
/Id enum spa_video_chroma_site)
Definition: param/format.h:150
@ SPA_FORMAT_VIDEO_views
number of views (Int)
Definition: param/format.h:145
@ SPA_FORMAT_VIDEO_colorPrimaries
/Id enum spa_video_color_primaries)
Definition: param/format.h:154
@ SPA_FORMAT_VIDEO_transferFunction
/Id enum spa_video_transfer_function)
Definition: param/format.h:153
@ SPA_FORMAT_VIDEO_colorRange
/Id enum spa_video_color_range)
Definition: param/format.h:151
@ SPA_FORMAT_VIDEO_multiviewFlags
(Id enum spa_video_multiview_flags)
Definition: param/format.h:149
@ SPA_MEDIA_SUBTYPE_raw
Definition: param/format.h:58
@ SPA_VIDEO_FORMAT_UNKNOWN
Definition: video/raw.h:64
#define SPA_POD_Fraction(val)
Definition: vararg.h:131
#define SPA_POD_OPT_Rectangle(val)
Definition: parser.h:556
#define SPA_POD_Long(val)
Definition: vararg.h:85
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:428
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:667
#define SPA_POD_OPT_Fraction(val)
Definition: parser.h:558
#define SPA_POD_Id(val)
Definition: vararg.h:69
static void * spa_pod_builder_pop(struct spa_pod_builder *builder, struct spa_pod_frame *frame)
Definition: builder.h:188
#define SPA_POD_OPT_Int(val)
Definition: parser.h:542
#define SPA_POD_OPT_Id(val)
Definition: parser.h:540
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:455
#define SPA_POD_Rectangle(val)
Definition: vararg.h:122
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:596
#define SPA_POD_Int(val)
Definition: vararg.h:74
#define SPA_POD_OPT_Long(val)
Definition: parser.h:544
@ SPA_TYPE_OBJECT_Format
Definition: spa/include/spa/utils/type.h:96
uint32_t denom
Definition: defs.h:141
uint32_t width
Definition: defs.h:119
uint32_t height
Definition: defs.h:120
Definition: video/raw.h:195
enum spa_video_color_primaries color_primaries
color primaries.
Definition: video/raw.h:215
enum spa_video_transfer_function transfer_function
the transfer function.
Definition: video/raw.h:214
enum spa_video_interlace_mode interlace_mode
the interlace mode
Definition: video/raw.h:205
struct spa_rectangle size
the frame size of the video
Definition: video/raw.h:200
enum spa_video_color_range color_range
the color range.
Definition: video/raw.h:210
struct spa_fraction pixel_aspect_ratio
the pixel aspect ratio
Definition: video/raw.h:206
enum spa_video_multiview_mode multiview_mode
multiview mode
Definition: video/raw.h:207
uint32_t views
the number of views in this video
Definition: video/raw.h:204
uint32_t flags
extra video flags
Definition: video/raw.h:197
uint64_t modifier
format modifier only used with DMA-BUF
Definition: video/raw.h:198
struct spa_fraction framerate
the framerate of the video, 0/1 means variable rate
Definition: video/raw.h:201
enum spa_video_multiview_flags multiview_flags
multiview flags
Definition: video/raw.h:208
enum spa_video_format format
the format
Definition: video/raw.h:196
enum spa_video_color_matrix color_matrix
the color matrix.
Definition: video/raw.h:212
struct spa_fraction max_framerate
the maximum framerate of the video.
Definition: video/raw.h:202
enum spa_video_chroma_site chroma_site
the chroma siting
Definition: video/raw.h:209