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