webrtc/modules/audio_coding/test
Danil Chapovalov 39fcc21366 Replace ArrayView with std::span in modules/
ArrayView is an alias to std::span. This change switch to use
std::span directly instead of through the alias.

Search&Replace MakeArrayView and ArrayView with std::span
Search&Replace include "api/array_view.h" with include <span>
Remove <span> include where std::span is not mentioned in the file
Remove build dependencies on array_view target

Bug: webrtc:439801349
Change-Id: I55a4978c265a0b8b6e873db93bbbf2241bd3e066
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/460800
Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Evan Shrubsole <eshr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#47285}
2026-03-27 06:47:58 -07:00
..
Channel.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
Channel.h IWYU modules/audio_coding 2025-05-08 05:10:13 -07:00
EncodeDecodeTest.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
EncodeDecodeTest.h Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
opus_test.cc Remove the ACMResampler class, use PushResampler directly instead. 2025-05-20 11:09:38 -07:00
opus_test.h Remove the ACMResampler class, use PushResampler directly instead. 2025-05-20 11:09:38 -07:00
PacketLossTest.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
PacketLossTest.h IWYU modules/audio_coding 2025-05-08 05:10:13 -07:00
PCMFile.cc IWYU modules/audio_coding 2025-06-24 14:55:50 -07:00
PCMFile.h IWYU modules/audio_coding 2025-05-08 05:10:13 -07:00
RTPFile.cc IWYU modules/audio_coding 2025-06-24 14:55:50 -07:00
RTPFile.h Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
target_delay_unittest.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
TestAllCodecs.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
TestAllCodecs.h Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
Tester.cc IWYU modules/audio_coding 2025-06-24 14:55:50 -07:00
TestRedFec.cc Add and use CreateTestFieldTrialsPtr function for convinience and clarity 2025-06-21 20:24:56 -07:00
TestRedFec.h Propagate field trials in audio unittests 2025-06-13 04:21:31 -07:00
TestStereo.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
TestStereo.h Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
TestVADDTX.cc [cleanup] Fix redundant webrtc name specifier 2025-05-09 06:57:44 -07:00
TestVADDTX.h IWYU modules/audio_coding 2025-05-08 05:10:13 -07:00