5#ifndef SPA_PARAM_VIDEO_FORMAT_UTILS_H
6#define SPA_PARAM_VIDEO_FORMAT_UTILS_H
24 if ((res =
spa_format_parse(format, &info->media_type, &info->media_subtype)) < 0)
30 switch (info->media_subtype) {
47 switch (info->media_subtype) {
static struct spa_pod * spa_format_video_raw_build(struct spa_pod_builder *builder, uint32_t id, const struct spa_video_info_raw *info)
Definition raw-utils.h:58
static int spa_format_parse(const struct spa_pod *format, uint32_t *media_type, uint32_t *media_subtype)
Definition format-utils.h:27
static struct spa_pod * spa_format_video_h264_build(struct spa_pod_builder *builder, uint32_t id, const struct spa_video_info_h264 *info)
Definition h264-utils.h:40
static struct spa_pod * spa_format_video_dsp_build(struct spa_pod_builder *builder, uint32_t id, const struct spa_video_info_dsp *info)
Definition dsp-utils.h:45
static int spa_format_video_dsp_parse(const struct spa_pod *format, struct spa_video_info_dsp *info)
Definition dsp-utils.h:27
static struct spa_pod * spa_format_video_mjpg_build(struct spa_pod_builder *builder, uint32_t id, const struct spa_video_info_mjpg *info)
Definition mjpg-utils.h:38
static int spa_format_video_raw_parse(const struct spa_pod *format, struct spa_video_info_raw *info)
Definition raw-utils.h:27
static int spa_format_video_h264_parse(const struct spa_pod *format, struct spa_video_info_h264 *info)
Definition h264-utils.h:27
static int spa_format_video_mjpg_parse(const struct spa_pod *format, struct spa_video_info_mjpg *info)
Definition mjpg-utils.h:27
@ SPA_MEDIA_TYPE_video
Definition format.h:28
@ SPA_MEDIA_SUBTYPE_h264
Definition format.h:62
@ SPA_MEDIA_SUBTYPE_mjpg
Definition format.h:63
@ SPA_MEDIA_SUBTYPE_dsp
Definition format.h:39
@ SPA_MEDIA_SUBTYPE_raw
Definition format.h:38
uint32_t type
Definition pod.h:45