| LOW | app/masterhook.c | 1 | // This file contains hooks for several functions that allow |
| LOW | app/masterhook.c | 21 | #include <dlfcn.h> |
| LOW | app/masterhook_internal.c | 1 | // This file contains the private implementation of the open() hook |
| LOW | app/SDL_compat.h | 21 | #ifndef SDL_HINT_VIDEO_X11_FORCE_EGL |
| LOW | app/SDL_compat.h | 41 | #ifndef SDL_HINT_WINDOWS_USE_D3D9EX |
| LOW | app/SDL_compat.h | 61 | #ifndef SDL_HINT_MOUSE_AUTO_CAPTURE |
| LOW | app/main.cpp | 1 | #include <QGuiApplication> |
| LOW | app/main.cpp | 21 | // Don't let SDL hook our main function, since Qt is already |
| LOW | app/main.cpp | 41 | #include "cli/listapps.h" |
| LOW | app/main.cpp | 61 | #define LOG_TO_FILE |
| LOW | app/main.cpp | 501 | qInfo() << "Removing old log file:" << existingLogNames.at(i); |
| LOW | app/main.cpp | 521 | |
| LOW | app/main.cpp | 581 | if (forceGles) { |
| LOW | app/main.cpp | 621 | qputenv("QT_OPENGL", "angle"); |
| LOW | app/main.cpp | 701 | // position as most other software does. Set this back to 0 to stay consistent with prior |
| LOW | app/main.cpp | 721 | // on Wayland). We don't want this behavior because it interferes with seamless mouse |
| LOW | app/main.cpp | 741 | // SDL3 supports offloading scaling to the Wayland compositor, which we take |
| LOW | app/wm.cpp | 1 | #include <QtGlobal> |
| LOW | app/wm.cpp | 21 | #ifdef HAVE_EGL |
| LOW | app/settings/streamingpreferences.cpp | 1 | #include "streamingpreferences.h" |
| LOW | app/settings/streamingpreferences.cpp | 21 | #define SER_VSYNC "vsync" |
| LOW | app/settings/streamingpreferences.cpp | 41 | #define SER_GAMEPADMOUSE "gamepadmouse" |
| LOW | app/backend/nvhttp.cpp | 1 | #include "nvcomputer.h" |
| LOW | app/backend/nvcomputer.cpp | 1 | #include "nvcomputer.h" |
| LOW | app/backend/computermanager.cpp | 1 | #include "computermanager.h" |
| LOW | app/backend/identitymanager.cpp | 1 | #include "identitymanager.h" |
| LOW | app/backend/computermanager.h | 1 | #pragma once |
| LOW | app/streaming/streamutils.cpp | 1 | #include "streamutils.h" |
| LOW | app/streaming/streamutils.cpp | 21 | #ifdef Q_OS_LINUX |
| LOW | app/streaming/streamutils.cpp | 41 | #define __NR_riscv_hwprobe 258 |
| LOW | app/streaming/session.cpp | 1 | #include "session.h" |
| LOW | app/streaming/session.cpp | 21 | #else |
| LOW | app/streaming/session.cpp | 781 | |
| LOW | app/streaming/session.cpp | 1941 | m_OverlayManager.setOverlayState(Overlay::OverlayDebug, m_Preferences->showPerformanceOverlay); |
| LOW | app/streaming/session.cpp | 1961 | presence.runCallbacks(); |
| LOW | app/streaming/session.cpp | 2061 | // to recreate the decoder to allow it to adapt to the new display. |
| LOW | app/streaming/video/ffmpeg.cpp | 1 | #include <Limelight.h> |
| LOW | app/streaming/video/ffmpeg.cpp | 21 | #ifdef Q_OS_DARWIN |
| LOW | app/streaming/video/ffmpeg.cpp | 41 | #ifdef HAVE_EGL |
| LOW | app/streaming/video/ffmpeg.cpp | 1001 | // DXVA2 appears in the hwaccel list before D3D11VA, so we only check for D3D11VA |
| LOW | app/streaming/video/ffmpeg-renderers/eglvid.h | 61 | #define NV12_PARAM_YUVMAT 0 |
| LOW | app/streaming/video/ffmpeg-renderers/vaapi.h | 1 | #pragma once |
| LOW | app/streaming/video/ffmpeg-renderers/vaapi.h | 21 | #endif |
| LOW | app/streaming/video/ffmpeg-renderers/vaapi.h | 41 | #ifdef HAVE_LIBVA_X11 |
| LOW | app/streaming/video/ffmpeg-renderers/d3d11va.cpp | 1 | // For D3D11_DECODER_PROFILE values |
| LOW | app/streaming/video/ffmpeg-renderers/d3d11va.cpp | 541 | |
| LOW | app/streaming/video/ffmpeg-renderers/d3d11va.cpp | 1481 | { |
| LOW | app/streaming/video/ffmpeg-renderers/eglvid.cpp | 1 | // vim: noai:ts=4:sw=4:softtabstop=4:expandtab |
| LOW | app/streaming/video/ffmpeg-renderers/eglvid.cpp | 401 | |
| LOW | app/streaming/video/ffmpeg-renderers/eglvid.cpp | 581 | // SwapBuffers until the compositor consumes the frame. This will |
| LOW | app/streaming/video/ffmpeg-renderers/vt_base.mm | 1 | // Nasty hack to avoid conflict between AVFoundation and |
| LOW | app/streaming/video/ffmpeg-renderers/vaapi.cpp | 1 | #include <QString> |
| LOW | app/streaming/video/ffmpeg-renderers/renderer.h | 1 | #pragma once |
| LOW | app/streaming/video/ffmpeg-renderers/renderer.h | 61 | |
| LOW | app/streaming/video/ffmpeg-renderers/renderer.h | 81 | #define EGL_DMA_BUF_PLANE0_OFFSET_EXT 0x3273 |
| LOW | app/streaming/video/ffmpeg-renderers/renderer.h | 101 | |
| LOW | app/streaming/video/ffmpeg-renderers/renderer.h | 161 | virtual bool prepareDecoderContext(AVCodecContext* context, AVDictionary** options) = 0; |
| LOW | …p/streaming/video/ffmpeg-renderers/vt_avsamplelayer.mm | 1 | // Nasty hack to avoid conflict between AVFoundation and |
| LOW | …p/streaming/video/ffmpeg-renderers/eglimagefactory.cpp | 1 | #include "eglimagefactory.h" |
| LOW | app/streaming/video/ffmpeg-renderers/drm.h | 1 | #pragma once |
| 26 more matches not shown… |