Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h32 bool has_output() const { return m_has_output; } in has_output()
44 bool m_has_output; variable
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp246 : m_fd(fd), m_has_capture(false), m_has_output(false), m_has_m2m(false) in VideoDevice()
264 m_has_output = true; in VideoDevice()
267 m_has_output = true; in VideoDevice()
274 m_has_output = true; in VideoDevice()
281 m_has_output = true; in VideoDevice()
307 ASSERT(m_has_output); in get_output_streamer()