webrtc/modules/audio_coding/test
Anton Bikineev 7abf45fe2c LSC: Apply clang-tidy's modernize-use-bool-literals
The check finds implicit conversions of integer literals to bools:
  bool b1 = 1;
  bool b2 = static_cast<bool>(1);
and transforms them to:
  bool b1 = true;
  bool b2 = true;

Bug: chromium:1290142
Change-Id: I6819a0bd2ca84ecadae08ed9389c17d2652589f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248166
Auto-Submit: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/main@{#35778}
2022-01-24 20:42:01 +00:00
..
Channel.cc Remove all #include <assert.h>/<cassert> and usage in Obj-C code. 2021-07-22 14:00:26 +00:00
Channel.h Migrate modules/audio_coding, audio_mixer/ and audio_processing/ to webrtc::Mutex. 2020-07-07 14:35:58 +00:00
EncodeDecodeTest.cc ACM: Corrected temporary buffer size 2020-03-12 12:23:20 +00:00
EncodeDecodeTest.h Reland "Send absolute capture time through audio coding module." 2020-01-27 13:18:27 +00:00
iSACTest.cc Fix -Wunused-but-set-variable. 2021-10-28 12:53:49 +00:00
iSACTest.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
opus_test.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
opus_test.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
PacketLossTest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
PacketLossTest.h Format almost everything. 2019-07-08 13:45:15 +00:00
PCMFile.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
PCMFile.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
RTPFile.cc Fix locking in RTPFile class 2020-10-28 15:19:06 +00:00
RTPFile.h Fix locking in RTPFile class 2020-10-28 15:19:06 +00:00
target_delay_unittest.cc Include module_common_types.h only where needed 2019-09-24 08:22:38 +00:00
TestAllCodecs.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
TestAllCodecs.h Reland "Send absolute capture time through audio coding module." 2020-01-27 13:18:27 +00:00
Tester.cc Format almost everything. 2019-07-08 13:45:15 +00:00
TestRedFec.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
TestRedFec.h AudioCodingModuleTest.TestRedFec: Don't let the ACM create audio encoders 2018-10-04 11:20:57 +00:00
TestStereo.cc LSC: Apply clang-tidy's modernize-use-bool-literals 2022-01-24 20:42:01 +00:00
TestStereo.h Reland "Send absolute capture time through audio coding module." 2020-01-27 13:18:27 +00:00
TestVADDTX.cc Revert "opus: take SILK vad result into account for voice detection" 2020-11-04 07:29:48 +00:00
TestVADDTX.h Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
TwoWayCommunication.cc Format almost everything. 2019-07-08 13:45:15 +00:00
TwoWayCommunication.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00