webrtc/api/audio_codecs/opus
Boris Tsirkin 932e361a94 Format /api folder
At Meta, we have formatted the repo according to WebRTC .clang-format
file. Currently, those changes are stored as patch and we'd like to
apply them to the base WebRTC release instead.

I will be submitting CLs per folder. The plan is to format all h|cc|mm|m
files, while exlcuding Matlab files from the formatter as clang
misinterprets them as ObjC.

Formatting done via:

git ls-files | grep -E '^api\/.*\.(h|cc)' | xargs clang-format -i

No-Iwyu: Includes didn't change and it isn't related to formatting
Bug: webrtc:42225392
Change-Id: I4d7470104983d5d32612f9347301354265fb34c8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373520
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43671}
2025-01-07 18:41:45 -08:00
..
audio_decoder_multi_channel_opus.cc Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
audio_decoder_multi_channel_opus.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_decoder_multi_channel_opus_config.h Make header files self contained. 2022-10-08 08:38:36 +00:00
audio_decoder_opus.cc Opus decoder: stereo decoding by default (behind field trial) 2024-11-22 07:37:10 +00:00
audio_decoder_opus.h Opus decoder: stereo decoding by default (behind field trial) 2024-11-22 07:37:10 +00:00
audio_decoder_opus_unittest.cc Opus decoder: stereo decoding by default (behind field trial) 2024-11-22 07:37:10 +00:00
audio_encoder_multi_channel_opus.cc Comment unused variables in implemented functions 6\n 2024-10-28 11:59:51 +00:00
audio_encoder_multi_channel_opus.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_encoder_multi_channel_opus_config.cc Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
audio_encoder_multi_channel_opus_config.h Format /api folder 2025-01-07 18:41:45 -08:00
audio_encoder_opus.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_encoder_opus.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_encoder_opus_config.cc Don't use low complexity Opus on all ARM devices. 2022-12-20 10:30:30 +00:00
audio_encoder_opus_config.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
BUILD.gn Opus decoder: stereo decoding by default (behind field trial) 2024-11-22 07:37:10 +00:00