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