Home
last modified time | relevance | path

Searched defs:_GstVideoFormatInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h564 struct _GstVideoFormatInfo { struct
565 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 …]