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
296 if (vid.has_capture() && !vid.has_m2m()) in get_capture_devices()
1124 template <bool has_capture>1130 DCHECK_NE(has_capture, regexp->CaptureCount() == 0); in SearchRegExpMultiple()1207 if (has_capture) { in SearchRegExpMultiple()