Searched refs:has_capture (Results 1 – 4 of 4) sorted by relevance
17 .def_property_readonly("has_capture", &VideoDevice::has_capture) in init_pyvid()
31 bool has_capture() const { return m_has_capture; } in has_capture() function
510 static bool has_capture(int fd) in has_capture() function547 igt_require(has_capture(fd));
374 if (vid.has_capture() && !vid.has_m2m()) in get_capture_devices()