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/libkmsxx/kms++util/src/
Dvideodevice.cpp296 if (vid.has_capture() && !vid.has_m2m()) in get_capture_devices()
/external/v8/src/runtime/
Druntime-regexp.cc1124 template <bool has_capture>
1130 DCHECK_NE(has_capture, regexp->CaptureCount() == 0); in SearchRegExpMultiple()
1207 if (has_capture) { in SearchRegExpMultiple()