Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Duvc_device.cpp27 UVCDevice::UVCDevice (const char *name) in UVCDevice() function in XCam::UVCDevice
32 UVCDevice::~UVCDevice () in ~UVCDevice()
37 UVCDevice::allocate_buffer ( in allocate_buffer()
Duvc_device.h36 class UVCDevice
42 explicit UVCDevice (const char *name = NULL);
43 ~UVCDevice ();
58 XCAM_DEAD_COPY (UVCDevice);
/external/libxcam/tests/
Dtest-device-manager.cpp670 device = new UVCDevice (usb_device_name.c_str ()); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp947 capture_device = new UVCDevice (xcamsrc->device); in gst_xcam_src_start()