webrtc/modules/video_coding/codecs/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
..
batch
android_codec_factory_helper.cc Remove deprecated jni_zero constructor usage in sdk/android 2025-09-19 05:06:48 -07:00
android_codec_factory_helper.h
encoded_video_frame_producer.cc Add OnFrameDropped stubs for remaining EncodedImageCallbacks. 2026-02-20 01:29:03 -08:00
encoded_video_frame_producer.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
objc_codec_factory_helper.h
objc_codec_factory_helper.mm Format /modules folder 2025-01-08 03:46:30 -08:00
plot_webrtc_test_logs.py Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
video_codec_test.cc Set num_cores in encode-only mode 2026-02-16 04:41:23 -08:00
video_codec_unittest.cc Add RTC_DCHECK for immutable field-trials 2025-09-21 00:12:28 -07:00
video_codec_unittest.h Add OnFrameDropped stubs for remaining EncodedImageCallbacks. 2026-02-20 01:29:03 -08:00
video_encoder_decoder_instantiation_tests.cc clang-tidy: modernize-use-override 2025-06-16 08:37:19 -07:00
videocodec_test_av1.cc Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
videocodec_test_fixture_config_unittest.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
videocodec_test_fixture_impl.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
videocodec_test_fixture_impl.h Propagate field trials in VideoCodecTestFixture 2025-06-03 10:34:14 -07:00
videocodec_test_libvpx.cc Fix L1T3 behavior in VideoCodec tests. 2026-03-09 04:13:53 -07:00
videocodec_test_mediacodec.cc Use webrtc name specifier instead of rtc/cricket in modules/video_coding 2025-04-17 02:50:01 -07:00
videocodec_test_openh264.cc Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
videocodec_test_stats_impl_unittest.cc constexpr-ify unit tests 2025-07-07 18:22:55 -07:00
videocodec_test_stats_impl.cc clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace 2025-06-16 14:29:31 -07:00
videocodec_test_stats_impl.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
videocodec_test_videotoolbox.cc Use webrtc name specifier instead of rtc/cricket in modules/video_coding 2025-04-17 02:50:01 -07:00
videoprocessor_unittest.cc constexpr-ify unit tests 2025-07-07 18:22:55 -07:00
videoprocessor.cc Refactor frame type related code in EncodedImage 2026-01-28 02:19:19 -08:00
videoprocessor.h Add OnFrameDropped stubs for remaining EncodedImageCallbacks. 2026-02-20 01:29:03 -08:00