Searched defs:DeviceInfo (Results 1 – 6 of 6) sorted by relevance
27 struct DeviceInfo { struct28 int camera_id;32 std::string device_path;35 std::string usb_vid;38 std::string usb_pid;41 uint32_t frames_to_skip_after_streamon = 0;46 bool constant_framerate_unsupported = false;70 typedef std::vector<DeviceInfo> DeviceInfos; argument
33 struct DeviceInfo { struct46 DeviceInfo() in DeviceInfo() argument52 DeviceInfo(const DeviceInfo& input) in DeviceInfo() argument61 : gigaops(gigaops), in gigaops()
38 private static class DeviceInfo { class in BluetoothDeviceList42 public DeviceInfo(String name, String address) { in DeviceInfo() method in BluetoothDeviceList.DeviceInfo
457 struct DeviceInfo { struct in tensorflow::__anonee34c7620211::CudaEventCollector458 int ordinal;459 std::string name;460 int num_contexts;
49 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device', variable
1873 AuthRecord DeviceInfo; member