webrtc/modules/audio_coding/test
Philipp Hancke de17252e8e Reland "Unify access to SDP codec parameters"
This is a reland of commit 63d03f586b

Original change's description:
> Unify access to SDP codec parameters
>
> which come from the a=fmtp:<pt> lines in the SDP and were used as either
>   std::map<std::string, std:string>
> with three aliases,
>   cricket::CodecParameterMap
>   SdpAudioFormat::Parameters
>   SdpVideoFormat::Parameters
>
> Use webrtc::CodecParameterMap in all places.
>
> BUG=None
>
> Change-Id: If47692bde7347834c349c6539b43309d8770e67b
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/330420
> Reviewed-by: Florent Castelli <orphis@webrtc.org>
> Reviewed-by: Harald Alvestrand <hta@webrtc.org>
> Commit-Queue: Philipp Hancke <phancke@microsoft.com>
> Cr-Commit-Position: refs/heads/main@{#41375}

Bug: None
Change-Id: I5f8f45688df232eb37b12fa3e56a893a1c754e17
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331402
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#41467}
2024-01-03 12:03:11 +00:00
..
Channel.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
Channel.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
EncodeDecodeTest.cc Format /modules 2023-04-20 02:02:45 +00:00
EncodeDecodeTest.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
opus_test.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
opus_test.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
PacketLossTest.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
PacketLossTest.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
PCMFile.cc Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
PCMFile.h Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
RTPFile.cc Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
RTPFile.h Adopt absl::string_view in modules/audio_coding/ 2022-07-20 13:34:23 +00:00
target_delay_unittest.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestAllCodecs.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestAllCodecs.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
Tester.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestRedFec.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestRedFec.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestStereo.cc Reland "Unify access to SDP codec parameters" 2024-01-03 12:03:11 +00:00
TestStereo.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestVADDTX.cc Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
TestVADDTX.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00