Searched refs:OpenVinput (Results 1 – 1 of 1) sorted by relevance
152 OpenVinput(PathBuf, io::Error), enumerator279 OpenVinput(p, e) => write!(f, "failed to open vinput device {}: {}", p.display(), e), in fmt()751 .map_err(|e| Error::OpenVinput(dev_path.to_owned(), e))?; in create_vinput_device()