You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/tests
Romain Vimont cfa4f7e2f2 Replace locks by atomics in audio player
The audio output thread only reads samples from the buffer, and most of
the time, the audio receiver thread only writes samples to the buffer.
In these cases, using atomics avoids lock contention.

There are still corner cases where the audio receiver thread needs to
"read" samples (and drop them), so lock only in these cases.

PR #4572 <https://github.com/Genymobile/scrcpy/pull/4572>
7 months ago
..
test_adb_parser.c Fix "ip route" parsing 2 years ago
test_audiobuf.c Replace locks by atomics in audio player 7 months ago
test_binary.c Add conversion from float to fixed-point i16 2 years ago
test_cli.c Add separate video and audio playback options 1 year ago
test_control_msg_serialize.c Forward action button to device 2 years ago
test_device_msg_deserialize.c Add device clipboard set acknowledgement 3 years ago
test_orientation.c Add --display-orientation 10 months ago
test_str.c Replace sprintf() with safer snprintf() 11 months ago
test_strbuf.c Add missing includes 3 years ago
test_vecdeque.c Add missing `void`s for empty parameter list 11 months ago
test_vector.c Add missing `void`s for empty parameter list 11 months ago