Searched defs:_GstV4l2Codec (Results 1 – 1 of 1) sorted by relevance
32 struct _GstV4l2Codec { struct33 guint32 profile_cid;34 const gchar * (*profile_to_string) (gint v4l2_profile);35 gint (*profile_from_string) (const gchar * profile);37 guint32 level_cid;38 const gchar * (*level_to_string) (gint v4l2_level);39 gint (*level_from_string) (const gchar * level);