Home
last modified time | relevance | path

Searched refs:AppendSupportedDecoders (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/api/audio_codecs/
Daudio_decoder_factory_template.h31 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) {}
44 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) {
45 T::AppendSupportedDecoders(specs);
46 Helper<Ts...>::AppendSupportedDecoders(specs);
70 Helper<Ts...>::AppendSupportedDecoders(&specs);
Dopus_audio_decoder_factory.cc32 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
Dbuiltin_audio_decoder_factory.cc41 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
/external/webrtc/api/audio_codecs/ilbc/
Daudio_decoder_ilbc.h29 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_ilbc.cc29 void AudioDecoderIlbc::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIlbc
/external/webrtc/api/audio_codecs/isac/
Daudio_decoder_isac_fix.h30 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_isac_float.h35 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_isac_fix.cc28 void AudioDecoderIsacFix::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIsacFix
Daudio_decoder_isac_float.cc33 void AudioDecoderIsacFloat::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIsacFloat
/external/webrtc/api/audio_codecs/opus/
Daudio_decoder_multi_channel_opus.h32 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_opus.h34 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_multi_channel_opus.cc28 void AudioDecoderMultiChannelOpus::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderMultiChannelOpus
Daudio_decoder_opus.cc61 void AudioDecoderOpus::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderOpus
/external/webrtc/api/audio_codecs/g722/
Daudio_decoder_g722.h33 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_g722.cc32 void AudioDecoderG722::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderG722
/external/webrtc/api/audio_codecs/L16/
Daudio_decoder_L16.h38 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_L16.cc32 void AudioDecoderL16::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderL16
/external/webrtc/api/audio_codecs/g711/
Daudio_decoder_g711.h37 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
Daudio_decoder_g711.cc38 void AudioDecoderG711::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderG711
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_multi_channel_opus_unittest.cc145 AudioDecoderMultiChannelOpus::AppendSupportedDecoders(&specs); in TEST()
/external/webrtc/api/audio_codecs/test/
Daudio_decoder_factory_template_unittest.cc58 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
/external/webrtc/pc/
Dpeer_connection_end_to_end_unittest.cc339 static void AppendSupportedDecoders( in AppendSupportedDecoders() function
342 webrtc::AudioDecoderL16::AppendSupportedDecoders(&new_specs); in AppendSupportedDecoders()