Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.c126 libusb_context ** usb_ctx) in xu_get_id() argument
140 if (*usb_ctx == NULL) in xu_get_id()
141 libusb_init (usb_ctx); in xu_get_id()
153 cnt = libusb_get_device_list (*usb_ctx, &device_list); in xu_get_id()
Dgstuvch264deviceprovider.c145 libusb_context *usb_ctx; member
161 if (!xu_get_id (GST_OBJECT (self), devname, &self->usb_ctx)) { in create_device()
292 if (self->usb_ctx) in gst_uvc_h264_device_provider_stop()
293 libusb_exit (self->usb_ctx); in gst_uvc_h264_device_provider_stop()
294 self->usb_ctx = NULL; in gst_uvc_h264_device_provider_stop()
Dgstuvch264_src.h106 libusb_context *usb_ctx; member
Duvc_h264.h361 guint8 xu_get_id (GstObject *self, const gchar *devname, libusb_context **usb_ctx);
Dgstuvch264_src.c566 if (self->usb_ctx) in gst_uvc_h264_src_dispose()
567 libusb_exit (self->usb_ctx); in gst_uvc_h264_src_dispose()
568 self->usb_ctx = NULL; in gst_uvc_h264_src_dispose()
2420 xu_get_id (GST_OBJECT (self), self->device, &self->usb_ctx); in ensure_v4l2src()