Searched defs:_GstVideoFormatInfo (Results 1 – 1 of 1) sorted by relevance
564 struct _GstVideoFormatInfo { struct565 GstVideoFormat format;566 const gchar *name;567 const gchar *description;568 GstVideoFormatFlags flags;569 guint bits;570 guint n_components;571 guint shift[GST_VIDEO_MAX_COMPONENTS];572 guint depth[GST_VIDEO_MAX_COMPONENTS];573 gint pixel_stride[GST_VIDEO_MAX_COMPONENTS];[all …]