Home
last modified time | relevance | path

Searched refs:has_m2m (Results 1 – 3 of 3) sorted by relevance

/external/libkmsxx/py/pykms/
Dpyvid.cpp19 .def_property_readonly("has_m2m", &VideoDevice::has_m2m) in init_pyvid()
/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h33 bool has_m2m() const { return m_has_m2m; } in has_m2m() function
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp374 if (vid.has_capture() && !vid.has_m2m()) in get_capture_devices()
397 if (vid.has_m2m()) in get_m2m_devices()