Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h196 GstStructure *extra_controls; member
Dv4l2_calls.c592 if (v4l2object->extra_controls) in gst_v4l2_open()
593 gst_v4l2_set_controls (v4l2object, v4l2object->extra_controls); in gst_v4l2_open()
Dgstv4l2object.c568 if (v4l2object->extra_controls) { in gst_v4l2_object_destroy()
569 gst_structure_free (v4l2object->extra_controls); in gst_v4l2_object_destroy()
688 if (v4l2object->extra_controls) in gst_v4l2_object_set_property_helper()
689 gst_structure_free (v4l2object->extra_controls); in gst_v4l2_object_set_property_helper()
691 v4l2object->extra_controls = s ? gst_structure_copy (s) : NULL; in gst_v4l2_object_set_property_helper()
693 gst_v4l2_set_controls (v4l2object, v4l2object->extra_controls); in gst_v4l2_object_set_property_helper()
803 gst_value_set_structure (value, v4l2object->extra_controls); in gst_v4l2_object_get_property_helper()
/third_party/gstreamer/gstplugins_good/
DChangeLog29290 Gst struct v4l2object->extra_controls is created if user sets appropriate