Home
last modified time | relevance | path

Searched refs:X11Input (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/AV/Input/
H A DX11Input.cpp164 X11Input::X11Input(unsigned int x, unsigned int y, unsigned int width, unsigned int height, bool re… in X11Input() function in X11Input
210 X11Input::~X11Input() { in ~X11Input()
232 void X11Input::GetCurrentSize(unsigned int *width, unsigned int *height) { in GetCurrentSize()
238 double X11Input::GetFPS() { in GetFPS()
251 void X11Input::Init() { in Init()
293 m_thread = std::thread(&X11Input::InputThread, this); in Init()
297 void X11Input::Free() { in Free()
305 void X11Input::AllocateImage(unsigned int width, unsigned int height) { in AllocateImage()
334 void X11Input::FreeImage() { in FreeImage()
353 void X11Input::UpdateScreenConfiguration() { in UpdateScreenConfiguration()
[all …]
H A DX11Input.h26 class X11Input : public QObject, public VideoSource {
68X11Input(unsigned int x, unsigned int y, unsigned int width, unsigned int height, bool record_curs…
69 ~X11Input();
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/GUI/
H A DPageRecord.h37 class X11Input; variable
104 std::unique_ptr<X11Input> m_x11_input;
H A DPageRecord.cpp914 …m_x11_input.reset(new X11Input(m_video_x, m_video_y, m_video_in_width, m_video_in_height, m_video_…
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/
H A DSimpleScreenRecorder.pro22 AV/Input/X11Input.cpp \
72 AV/Input/X11Input.h \