Searched refs:kDevicePathRE (Results 1 – 1 of 1) sorted by relevance
50 const std::regex kDevicePathRE("/dev/video([0-9]+)"); variable58 if (std::regex_match(mDevicePath, sm, kDevicePathRE)) { in ExternalCameraDevice()