| LOW | app/src/audio_regulator.h | 1 | #ifndef SC_AUDIO_REGULATOR_H |
| LOW | app/src/recorder.c | 1 | #include "recorder.h" |
| LOW | app/src/demuxer.c | 1 | #include "demuxer.h" |
| LOW | app/src/demuxer.c | 61 | |
| LOW | app/src/demuxer.c | 81 | // | padding | |
| LOW | app/src/demuxer.c | 101 | // 0CK..... ........ ........ ........ ........ ........ ........ ........ |
| LOW | app/src/cli.c | 1 | #include "cli.h" |
| LOW | app/src/compat.c | 1 | #include "compat.h" |
| LOW | app/src/scrcpy.c | 1 | #include "scrcpy.h" |
| LOW | app/src/scrcpy.c | 21 | #include "demuxer.h" |
| LOW | app/src/input_manager.h | 1 | #ifndef SC_INPUTMANAGER_H |
| LOW | app/src/screen.c | 1 | #include "screen.h" |
| LOW | app/src/delay_buffer.h | 1 | #ifndef SC_DELAY_BUFFER_H |
| LOW | app/src/audio_player.h | 1 | #ifndef SC_AUDIO_PLAYER_H |
| LOW | app/src/server.c | 1 | #include "server.h" |
| LOW | app/src/server.c | 461 | // For Android >= 11: |
| LOW | app/src/recorder.h | 1 | #ifndef SC_RECORDER_H |
| LOW | app/src/shortcut_mod.h | 1 | #ifndef SC_SHORTCUT_MOD_H |
| LOW | app/src/common.h | 1 | #ifndef SC_COMMON_H |
| LOW | app/src/main.c | 1 | #include "common.h" |
| LOW | app/src/control_msg.h | 1 | #ifndef SC_CONTROLMSG_H |
| LOW | app/src/compat.h | 1 | #ifndef SC_COMPAT_H |
| LOW | app/src/compat.h | 21 | // Deprecate use of av_register_input_format(), av_register_output_format(), |
| LOW | app/src/compat.h | 41 | // |
| LOW | app/src/compat.h | 61 | # define SCRCPY_LAVC_HAS_CODECPAR_CODEC_SIDEDATA |
| LOW | app/src/version.c | 1 | #include "version.h" |
| LOW | app/src/screen.h | 1 | #ifndef SC_SCREEN_H |
| LOW | app/src/input_manager.c | 1 | #include "input_manager.h" |
| LOW | app/src/input_manager.c | 961 | return; |
| LOW | app/src/icon.c | 1 | #include "icon.h" |
| LOW | app/src/server.h | 1 | #ifndef SC_SERVER_H |
| LOW | app/src/options.c | 141 | // hflip1 × rotate1 × hflip2 × rotate2 |
| LOW | app/src/keyboard_sdk.c | 1 | #include "keyboard_sdk.h" |
| LOW | app/src/uhid/gamepad_uhid.c | 1 | #include "gamepad_uhid.h" |
| LOW | app/src/util/env.h | 1 | #ifndef SC_ENV_H |
| LOW | app/src/util/net.h | 1 | #ifndef SC_NET_H |
| LOW | app/src/util/net.h | 21 | // On Windows and macOS, shutdown() does not interrupt accept() or read() |
| LOW | app/src/util/tick.h | 1 | #ifndef SC_TICK_H |
| LOW | app/src/util/command.c | 21 | goto end; \ |
| LOW | app/src/util/str.c | 1 | #include "str.h" |
| LOW | app/src/util/vecdeque.h | 141 | size_t oldcap = *pcap; |
| LOW | app/src/util/log.h | 1 | #ifndef SC_LOG_H |
| LOW | app/src/util/net.c | 1 | #include "net.h" |
| LOW | app/src/util/process.h | 1 | #ifndef SC_PROCESS_H |
| LOW | app/src/usb/aoa_hid.c | 1 | #include "aoa_hid.h" |
| LOW | app/src/usb/scrcpy_otg.c | 1 | #include "scrcpy_otg.h" |
| LOW | app/src/adb/adb.c | 1 | #include "adb.h" |
| LOW | app/src/adb/adb.h | 1 | #ifndef SC_ADB_H |
| LOW | app/src/sys/unix/process.c | 1 | #include "util/process.h" |
| LOW | app/src/sys/unix/file.c | 1 | #include "util/file.h" |
| LOW | app/src/hid/hid_keyboard.h | 1 | #ifndef SC_HID_KEYBOARD_H |
| LOW | app/src/hid/hid_gamepad.c | 1 | #include "hid_gamepad.h" |
| LOW | app/src/hid/hid_keyboard.c | 1 | #include "hid_keyboard.h" |
| LOW | …main/java/com/genymobile/scrcpy/util/AffineMatrix.java | 141 | // / 1 0 e \ / a c 0 \ |
| LOW | …c/main/java/com/genymobile/scrcpy/device/Streamer.java | 121 | headerBuffer.putInt(packetSize); |
| LOW | …c/main/java/com/genymobile/scrcpy/device/Streamer.java | 161 | if (buffer.remaining() < size) { |