Searched refs:vcap (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2.c | 127 struct v4l2_capability vcap; in gst_v4l2_probe_and_register() local 150 memset (&vcap, 0, sizeof (vcap)); in gst_v4l2_probe_and_register() 152 if (ioctl (video_fd, VIDIOC_QUERYCAP, &vcap) < 0) { in gst_v4l2_probe_and_register() 157 if (vcap.capabilities & V4L2_CAP_DEVICE_CAPS) in gst_v4l2_probe_and_register() 158 device_caps = vcap.device_caps; in gst_v4l2_probe_and_register() 160 device_caps = vcap.capabilities; in gst_v4l2_probe_and_register() 166 it->device_name ? it->device_name : (const gchar *) vcap.driver, in gst_v4l2_probe_and_register()
|
D | v4l2_calls.c | 72 &v4l2object->vcap) < 0) in gst_v4l2_get_capabilities() 75 if (v4l2object->vcap.capabilities & V4L2_CAP_DEVICE_CAPS) in gst_v4l2_get_capabilities() 76 v4l2object->device_caps = v4l2object->vcap.device_caps; in gst_v4l2_get_capabilities() 78 v4l2object->device_caps = v4l2object->vcap.capabilities; in gst_v4l2_get_capabilities() 80 GST_LOG_OBJECT (e, "driver: '%s'", v4l2object->vcap.driver); in gst_v4l2_get_capabilities() 81 GST_LOG_OBJECT (e, "card: '%s'", v4l2object->vcap.card); in gst_v4l2_get_capabilities() 82 GST_LOG_OBJECT (e, "bus_info: '%s'", v4l2object->vcap.bus_info); in gst_v4l2_get_capabilities() 83 GST_LOG_OBJECT (e, "version: %08x", v4l2object->vcap.version); in gst_v4l2_get_capabilities() 590 v4l2object->vcap.card, v4l2object->videodev); in gst_v4l2_open() 598 if (!strcmp ((char *) v4l2object->vcap.driver, "uvcusb") || in gst_v4l2_open() [all …]
|
D | gstv4l2deviceprovider.c | 129 v4l2obj->vcap.driver, NULL); in gst_v4l2_device_provider_probe_device() 131 v4l2obj->vcap.card, NULL); in gst_v4l2_device_provider_probe_device() 133 v4l2obj->vcap.bus_info, NULL); in gst_v4l2_device_provider_probe_device() 135 v4l2obj->vcap.version, NULL); in gst_v4l2_device_provider_probe_device() 137 v4l2obj->vcap.capabilities, NULL); in gst_v4l2_device_provider_probe_device() 139 v4l2obj->vcap.device_caps, NULL); in gst_v4l2_device_provider_probe_device() 181 device_name ? device_name : (gchar *) v4l2obj->vcap.card, caps, type, in gst_v4l2_device_provider_probe_device()
|
D | gstv4l2object.h | 179 struct v4l2_capability vcap; member
|
D | gstv4l2object.c | 736 name = v4l2object->vcap.card; in gst_v4l2_object_get_property_helper()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 31106 vcap.capabilities treated the multiplanar flag of output and capture 31156 device_caps = vcap.capabilitites;
|