OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_m2m
(Results
1 - 3
of
3
) sorted by null
/external/libkmsxx/py/pykms/
pyvid.cpp
19
.def_property_readonly("
has_m2m
", &VideoDevice::
has_m2m
)
/external/libkmsxx/kms++util/inc/kms++util/
videodevice.h
33
bool
has_m2m
() const { return m_has_m2m; }
function in class:VideoDevice
/external/libkmsxx/kms++util/src/
videodevice.cpp
296
if (vid.has_capture() && !vid.
has_m2m
())
316
if (vid.
has_m2m
())
Completed in 122 milliseconds