Searched refs:kUsbDevicePathPrefix (Results 1 – 1 of 1) sorted by relevance
135 static const char kUsbDevicePathPrefix[] = "\\\\?\\usb"; variable264 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix, in GetDefaultVideoCaptureDevice()265 ARRAY_SIZE(kUsbDevicePathPrefix) - 1) == 0) { in GetDefaultVideoCaptureDevice()