/external/webrtc/api/audio_codecs/ |
D | audio_decoder_factory_template.h | 31 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);
|
D | opus_audio_decoder_factory.cc | 32 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
|
D | builtin_audio_decoder_factory.cc | 41 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
|
/external/webrtc/api/audio_codecs/ilbc/ |
D | audio_decoder_ilbc.h | 29 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_ilbc.cc | 29 void AudioDecoderIlbc::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIlbc
|
/external/webrtc/api/audio_codecs/isac/ |
D | audio_decoder_isac_fix.h | 30 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_isac_float.h | 35 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_isac_fix.cc | 28 void AudioDecoderIsacFix::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIsacFix
|
D | audio_decoder_isac_float.cc | 33 void AudioDecoderIsacFloat::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderIsacFloat
|
/external/webrtc/api/audio_codecs/opus/ |
D | audio_decoder_multi_channel_opus.h | 32 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_opus.h | 34 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_multi_channel_opus.cc | 28 void AudioDecoderMultiChannelOpus::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderMultiChannelOpus
|
D | audio_decoder_opus.cc | 61 void AudioDecoderOpus::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderOpus
|
/external/webrtc/api/audio_codecs/g722/ |
D | audio_decoder_g722.h | 33 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_g722.cc | 32 void AudioDecoderG722::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderG722
|
/external/webrtc/api/audio_codecs/L16/ |
D | audio_decoder_L16.h | 38 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_L16.cc | 32 void AudioDecoderL16::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderL16
|
/external/webrtc/api/audio_codecs/g711/ |
D | audio_decoder_g711.h | 37 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs);
|
D | audio_decoder_g711.cc | 38 void AudioDecoderG711::AppendSupportedDecoders( in AppendSupportedDecoders() function in webrtc::AudioDecoderG711
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_multi_channel_opus_unittest.cc | 145 AudioDecoderMultiChannelOpus::AppendSupportedDecoders(&specs); in TEST()
|
/external/webrtc/api/audio_codecs/test/ |
D | audio_decoder_factory_template_unittest.cc | 58 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders() function
|
/external/webrtc/pc/ |
D | peer_connection_end_to_end_unittest.cc | 339 static void AppendSupportedDecoders( in AppendSupportedDecoders() function 342 webrtc::AudioDecoderL16::AppendSupportedDecoders(&new_specs); in AppendSupportedDecoders()
|