5 #ifndef SPA_VIDEO_DSP_UTILS_H 6 #define SPA_VIDEO_DSP_UTILS_H #define SPA_POD_OPT_Id(val)
Definition: parser.h:520
#define SPA_POD_OPT_Long(val)
Definition: parser.h:524
use the format modifier
Definition: raw.h:148
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
enum spa_video_format format
Definition: dsp.h:25
media type (Id enum spa_media_type)
Definition: format.h:93
format modifier was not fixated yet
Definition: raw.h:149
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:647
uint32_t flags
Definition: dsp.h:26
static struct spa_pod * spa_format_video_dsp_build(struct spa_pod_builder *builder, uint32_t id, struct spa_video_info_dsp *info)
Definition: dsp-utils.h:45
media subtype (Id enum spa_media_subtype)
Definition: format.h:94
static void * spa_pod_builder_pop(struct spa_pod_builder *builder, struct spa_pod_frame *frame)
Definition: builder.h:168
static int spa_pod_builder_prop(struct spa_pod_builder *builder, uint32_t key, uint32_t flags)
Definition: builder.h:450
format modifier (Long) use only with DMA-BUF and omit for other buffer types
Definition: format.h:121
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:576
no flags
Definition: raw.h:144
video format (Id enum spa_video_format)
Definition: format.h:120
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
#define SPA_POD_PROP_FLAG_MANDATORY
is mandatory
Definition: pod.h:226
static int spa_format_video_dsp_parse(const struct spa_pod *format, struct spa_video_info_dsp *info)
Definition: dsp-utils.h:27
uint64_t modifier
Definition: dsp.h:27
#define SPA_POD_Id(val)
Definition: vararg.h:49
#define SPA_POD_PROP_FLAG_DONT_FIXATE
choices need no fixation
Definition: pod.h:228
static int spa_pod_builder_long(struct spa_pod_builder *builder, int64_t val)
Definition: builder.h:256
uint32_t flags
flags for property
Definition: pod.h:229