webrtc/modules/video_coding/utility
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
..
bandwidth_quality_scaler_unittest.cc TaskQueueFactory: implement go/cstyle#Enumerator_Names 2026-01-26 02:38:24 -08:00
bandwidth_quality_scaler.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
bandwidth_quality_scaler.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
decoded_frames_history_unittest.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
decoded_frames_history.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
decoded_frames_history.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
encoder_speed_controller_impl_unittest.cc Add PSNR sampling support to EncoderSpeedController. 2026-01-22 08:20:13 -08:00
encoder_speed_controller_impl.cc Add PSNR sampling support to EncoderSpeedController. 2026-01-22 08:20:13 -08:00
encoder_speed_controller_impl.h Add PSNR sampling support to EncoderSpeedController. 2026-01-22 08:20:13 -08:00
frame_dropper_unittest.cc constexpr-ify unit tests more 2025-07-15 07:53:38 -07:00
frame_dropper.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
frame_dropper.h Move exp_filter.h to webrtc namespace 2025-02-24 08:11:16 -08:00
frame_sampler_unittest.cc Make the PSNR sampling interval configurable. 2025-10-02 06:10:37 -07:00
frame_sampler.cc Make the PSNR sampling interval configurable. 2025-10-02 06:10:37 -07:00
frame_sampler.h Make the PSNR sampling interval configurable. 2025-10-02 06:10:37 -07:00
framerate_controller_deprecated_unittest.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
framerate_controller_deprecated.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
framerate_controller_deprecated.h Remove redundant webrtc:: prefixes in modules/video_coding 2025-06-11 07:45:43 -07:00
ivf_defines.h Make header files self contained. 2022-10-08 08:38:36 +00:00
ivf_file_reader_unittest.cc Deprecate IvfFileWriter::Wrap that uses FileWrapper 2026-01-30 09:17:15 -08:00
ivf_file_reader.cc Refactor frame type related code in EncodedImage 2026-01-28 02:19:19 -08:00
ivf_file_reader.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
ivf_file_writer_unittest.cc Deprecate IvfFileWriter::Wrap that uses FileWrapper 2026-01-30 09:17:15 -08:00
ivf_file_writer.cc Deprecate IvfFileWriter::Wrap that uses FileWrapper 2026-01-30 09:17:15 -08:00
ivf_file_writer.h Deprecate IvfFileWriter::Wrap that uses FileWrapper 2026-01-30 09:17:15 -08:00
qp_parser_unittest.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
qp_parser.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
qp_parser.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
quality_scaler_unittest.cc constexpr-ify unit tests 2025-07-07 18:22:55 -07:00
quality_scaler.cc clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace 2025-06-16 14:29:31 -07:00
quality_scaler.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
simulcast_rate_allocator_unittest.cc Support mixed-codec simulcast in SimulcastEncoderAdapter 2025-09-19 04:31:13 -07:00
simulcast_rate_allocator.cc Support mixed-codec simulcast in SimulcastEncoderAdapter 2025-09-19 04:31:13 -07:00
simulcast_rate_allocator.h Remove StableTargetRateExperiment and usage of TargetTransferRate.stable_target_bitrate from Video allocation and encoder 2025-06-17 02:15:53 -07:00
simulcast_test_fixture_impl.cc Add OnFrameDropped stubs for remaining EncodedImageCallbacks. 2026-02-20 01:29:03 -08:00
simulcast_test_fixture_impl.h Use webrtc name specifier instead of rtc/cricket in modules/video_coding 2025-04-17 02:50:01 -07:00
simulcast_utility.cc [cleanup] Fix redundant webrtc name specifier 2025-05-12 03:23:48 -07:00
simulcast_utility.h Prepare to use SimulcastToSvcConverter in chromium 2024-09-05 12:20:57 +00:00
vp8_constants.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
vp8_header_parser.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
vp8_header_parser.h
vp9_constants.h IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
vp9_uncompressed_header_parser_unittest.cc IWYU modules/video_coding 2025-04-09 23:33:14 -07:00
vp9_uncompressed_header_parser.cc Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00
vp9_uncompressed_header_parser.h Replace ArrayView with std::span in modules/ 2026-03-27 06:47:58 -07:00