webrtc/audio
Ali Tofigh 4d278e2caf Adopt absl::string_view in function parameters under audio/
This is part of a large-scale effort to adopt absl::string_view
throughout the WebRTC code base. As a first step, function parameters
of type 'const std::string&' are being converted to absl::string_view.

Bug: webrtc:13579
Change-Id: Ib4618fad3bff2902cd3a4730506aca300949d76c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252982
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Ali Tofigh <alito@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36102}
2022-03-01 13:11:08 +00:00
..
test Adopt absl::string_view in function parameters under audio/ 2022-03-01 13:11:08 +00:00
utility Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
voip Delete some unneeded references to ProcessThread. 2022-01-03 15:36:02 +00:00
audio_level.cc Migrate audio/ to use webrtc::Mutex 2020-07-06 14:21:38 +00:00
audio_level.h Migrate audio/ to use webrtc::Mutex 2020-07-06 14:21:38 +00:00
audio_receive_stream.cc Adopt absl::string_view in function parameters under audio/ 2022-03-01 13:11:08 +00:00
audio_receive_stream.h Adopt absl::string_view in function parameters under audio/ 2022-03-01 13:11:08 +00:00
audio_receive_stream_unittest.cc Adding packetsDiscarded to RTCReceivedRtpStreamStats. 2021-07-13 20:34:45 +00:00
audio_send_stream.cc Implement RTCOutboundRtpStreamStats.targetBitrate for audio. 2021-11-12 09:24:34 +00:00
audio_send_stream.h Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00
audio_send_stream_tests.cc Default enable sending transport sequence numbers on audio packets. 2020-11-24 09:19:54 +00:00
audio_send_stream_unittest.cc Implement RTCOutboundRtpStreamStats.targetBitrate for audio. 2021-11-12 09:24:34 +00:00
audio_state.cc Remove usage of INFO alias for LS_INFO in log messages 2021-11-04 13:46:17 +00:00
audio_state.h Removing usage of std::unordered_set 2021-08-31 08:59:41 +00:00
audio_state_unittest.cc Replace new rtc::RefCountedObject with rtc::make_ref_counted in a few files 2021-04-23 12:04:39 +00:00
audio_transport_impl.cc Reland "Reland "Remove unused APM voice activity detection sub-module"" 2022-02-16 08:41:30 +00:00
audio_transport_impl.h Reland "Reland "Remove unused APM voice activity detection sub-module"" 2022-02-16 08:41:30 +00:00
BUILD.gn Adopt absl::string_view in function parameters under audio/ 2022-03-01 13:11:08 +00:00
channel_receive.cc Don't use wall clock for stats 2022-01-25 15:39:53 +00:00
channel_receive.h Reland "Wire up non-sender RTT for audio, and implement related standardized stats." 2021-09-06 14:26:55 +00:00
channel_receive_frame_transformer_delegate.cc Update audio code to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 15:49:49 +00:00
channel_receive_frame_transformer_delegate.h Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00
channel_receive_frame_transformer_delegate_unittest.cc Replace new rtc::RefCountedObject with rtc::make_ref_counted in a few files 2021-04-23 12:04:39 +00:00
channel_send.cc Delete some unneeded references to ProcessThread. 2022-01-03 15:36:02 +00:00
channel_send.h Implement RTCOutboundRtpStreamStats.targetBitrate for audio. 2021-11-12 09:24:34 +00:00
channel_send_frame_transformer_delegate.cc Update audio code to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 15:49:49 +00:00
channel_send_frame_transformer_delegate.h Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00
channel_send_frame_transformer_delegate_unittest.cc Replace new rtc::RefCountedObject with rtc::make_ref_counted in a few files 2021-04-23 12:04:39 +00:00
conversion.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
mock_voe_channel_proxy.h Implement RTCOutboundRtpStreamStats.targetBitrate for audio. 2021-11-12 09:24:34 +00:00
null_audio_poller.cc Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00
null_audio_poller.h Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
OWNERS Add jakobi@webrtc.org to audio/OWNERS 2021-08-19 15:30:32 +00:00
remix_resample.cc Reland "Rename FATAL() into RTC_FATAL()." 2020-11-18 20:49:08 +00:00
remix_resample.h Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00
remix_resample_unittest.cc Use backticks not vertical bars to denote variables in comments for /audio 2021-07-27 15:36:40 +00:00