5 #ifndef SPA_VIDEO_MJPG_UTILS_H 6 #define SPA_VIDEO_MJPG_UTILS_H uint32_t denom
Definition: defs.h:125
media type (Id enum spa_media_type)
Definition: format.h:93
static int spa_format_video_mjpg_parse(const struct spa_pod *format, struct spa_video_info_mjpg *info)
Definition: mjpg-utils.h:27
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:647
#define SPA_POD_OPT_Rectangle(val)
Definition: parser.h:536
uint32_t height
Definition: defs.h:104
size (Rectangle)
Definition: format.h:123
static struct spa_pod * spa_format_video_mjpg_build(struct spa_pod_builder *builder, uint32_t id, struct spa_video_info_mjpg *info)
Definition: mjpg-utils.h:38
struct spa_rectangle size
Definition: mjpg.h:25
struct spa_fraction framerate
Definition: mjpg.h:26
struct spa_fraction max_framerate
Definition: mjpg.h:27
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
frame rate (Fraction)
Definition: format.h:124
#define SPA_POD_OPT_Fraction(val)
Definition: parser.h:538
uint32_t width
Definition: defs.h:103
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:576
#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
maximum frame rate (Fraction)
Definition: format.h:125
#define SPA_POD_Id(val)
Definition: vararg.h:49