webrtc/modules/audio_coding/neteq/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
..
delay_tool Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
neteq_decoding_test.cc LSC: Apply clang-tidy's modernize-use-bool-literals 2022-01-24 20:42:01 +00:00
neteq_decoding_test.h Expose NetEqDecodingTest for re-use in chromium tests. 2019-11-11 17:45:46 +00:00
neteq_ilbc_quality_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
neteq_isac_quality_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
neteq_opus_quality_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
neteq_pcm16b_quality_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
neteq_pcmu_quality_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
neteq_performance_unittest.cc Change gtest name to allow filtering based on the story name. 2020-09-11 14:11:27 +00:00
neteq_speed_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
result_sink.cc Delete unused test method in neteq that uses RtcpStatistics 2021-05-17 12:43:44 +00:00
result_sink.h Delete unused test method in neteq that uses RtcpStatistics 2021-05-17 12:43:44 +00:00