Home | History | Annotate | Download | only in vda

Lines Matching defs:devices

227     VLOGF(1) << "No devices supporting " << std::hex << "0x" << v4l2_pixfmt
278 const auto& devices = GetDevicesForType(type);
279 for (const auto& device : devices) {
426 // all platforms are updated to use numbered devices.
430 // devices are actually available. Try to open the first 10; if not present,
437 Devices devices;
446 devices.push_back(std::make_pair(path, supported_pixelformats));
453 devices_by_type_[type] = devices;
456 const V4L2Device::Devices& V4L2Device::GetDevicesForType(Type type) {
465 const Devices& devices = GetDevicesForType(type);
467 for (const auto& device : devices) {