Home
last modified time | relevance | path

Searched refs:m_has_m2m (Results 1 – 2 of 2) sorted by relevance

/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h33 bool has_m2m() const { return m_has_m2m; } in has_m2m()
47 bool m_has_m2m; variable
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp227 …: m_fd(fd), m_has_capture(false), m_has_output(false), m_has_m2m(false), m_capture_streamer(0), m_… in VideoDevice()
252 m_has_m2m = true; in VideoDevice()
259 m_has_m2m = true; in VideoDevice()