Home
last modified time | relevance | path

Searched refs:v_formats (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c102 GValue v_formats = G_VALUE_INIT; in gst_caps_set_format_array() local
117 g_value_init (&v_formats, G_TYPE_STRING); in gst_caps_set_format_array()
118 g_value_set_string (&v_formats, format); in gst_caps_set_format_array()
121 gst_value_list_init (&v_formats, formats->len); in gst_caps_set_format_array()
135 gst_value_list_append_value (&v_formats, &item); in gst_caps_set_format_array()
142 gst_caps_set_value (caps, "format", &v_formats); in gst_caps_set_format_array()
143 g_value_unset (&v_formats); in gst_caps_set_format_array()