webrtc/api/audio_codecs
Karl Wiberg 6b54228e8b Adapt audio codec factory templates to the new codec pair ID arguments
We use template magic to let them handle both the presence and absence
of the new argument. This will be removed in a later CL, when we can
assume that new argument is always present.

Bug: webrtc:8941
Change-Id: I2d47f7c8572a9f03e742401dcf491b948b161f63
Reviewed-on: https://webrtc-review.googlesource.com/58081
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22301}
2018-03-06 01:13:10 +00:00
..
g711 Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
g722 Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
ilbc Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
isac Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
L16 Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
opus Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
test Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
audio_codec_pair_id.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_codec_pair_id.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder.cc Optional: Use nullopt and implicit construction in /api/audio_codecs 2017-11-16 12:54:53 +00:00
audio_decoder.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_decoder_factory.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder_factory.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_decoder_factory_template.h Adapt audio codec factory templates to the new codec pair ID arguments 2018-03-06 01:13:10 +00:00
audio_encoder.cc Optional: Use nullopt and implicit construction in /api/audio_codecs 2017-11-16 12:54:53 +00:00
audio_encoder.h Removing forward declarations that are never referenced. 2017-11-10 13:49:45 +00:00
audio_encoder_factory.cc Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_encoder_factory.h Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
audio_encoder_factory_template.h Adapt audio codec factory templates to the new codec pair ID arguments 2018-03-06 01:13:10 +00:00
audio_format.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_format.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
BUILD.gn Audio codec factories: Pass a codec pair ID to new codecs 2018-03-01 12:23:28 +00:00
builtin_audio_decoder_factory.cc Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
builtin_audio_decoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
builtin_audio_encoder_factory.cc Audio codec implementations: Take optional codec ID argument 2018-03-01 19:28:38 +00:00
builtin_audio_encoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00