Functions
arv_pixel_format_to_gst_caps_string ()
const char *
arv_pixel_format_to_gst_caps_string (ArvPixelFormat pixel_format
);
Returns
a gstreamer caps string describing the given pixel_format
.
arv_pixel_format_from_gst_caps ()
ArvPixelFormat
arv_pixel_format_from_gst_caps (const char *name
,
const char *format
);
arv_pixel_format_to_gst_0_10_caps_string ()
const char *
arv_pixel_format_to_gst_0_10_caps_string
(ArvPixelFormat pixel_format
);
arv_pixel_format_from_gst_0_10_caps ()
ArvPixelFormat
arv_pixel_format_from_gst_0_10_caps (const char *name
,
int bpp
,
int depth
,
guint32 fourcc
);