Home
last modified time | relevance | path

Searched refs:has_capture (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/py/pykms/
Dpyvid.cpp17 .def_property_readonly("has_capture", &VideoDevice::has_capture) in init_pyvid()
/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h31 bool has_capture() const { return m_has_capture; } in has_capture() function
/external/igt-gpu-tools/tests/i915/
Dgem_exec_capture.c510 static bool has_capture(int fd) in has_capture() function
547 igt_require(has_capture(fd));
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp374 if (vid.has_capture() && !vid.has_m2m()) in get_capture_devices()