/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_decoder.cc | 22 int16_t* decoded, SpeechType* speech_type) { in Decode() argument 30 speech_type); in Decode() 35 int16_t* decoded, SpeechType* speech_type) { in DecodeRedundant() argument 43 speech_type); in DecodeRedundant() 49 SpeechType* speech_type) { in DecodeRedundantInternal() argument 51 speech_type); in DecodeRedundantInternal()
|
D | audio_decoder.h | 49 SpeechType* speech_type); 58 SpeechType* speech_type); 110 SpeechType* speech_type) = 0; 116 SpeechType* speech_type);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 32 SpeechType* speech_type) { in DecodeInternal() argument 39 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 47 SpeechType* speech_type) { in DecodeRedundantInternal() argument 51 speech_type); in DecodeRedundantInternal() 60 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
|
D | audio_decoder_opus.h | 36 SpeechType* speech_type) override; 41 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 27 SpeechType* speech_type) { in DecodeInternal() argument 31 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 51 SpeechType* speech_type) { in DecodeInternal() argument 55 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
D | audio_decoder_pcm.h | 33 SpeechType* speech_type) override; 54 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 37 SpeechType* speech_type) { in DecodeInternal() argument 42 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 76 SpeechType* speech_type) { in DecodeInternal() argument 98 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
D | audio_decoder_g722.h | 34 SpeechType* speech_type) override; 52 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl.h | 245 AudioDecoder::SpeechType* speech_type) 250 AudioDecoder::SpeechType* speech_type) 258 AudioDecoder::SpeechType* speech_type) 264 AudioDecoder::SpeechType speech_type, 270 AudioDecoder::SpeechType speech_type, 280 AudioDecoder::SpeechType speech_type, 288 AudioDecoder::SpeechType speech_type,
|
D | neteq_impl.cc | 759 AudioDecoder::SpeechType speech_type; in GetAudioInternal() local 762 &length, &speech_type); in GetAudioInternal() 767 vad_->Update(decoded_buffer_.get(), static_cast<size_t>(length), speech_type, in GetAudioInternal() 773 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 777 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 788 return_value = DoAccelerate(decoded_buffer_.get(), length, speech_type, in GetAudioInternal() 794 speech_type, play_dtmf); in GetAudioInternal() 1199 AudioDecoder::SpeechType* speech_type) { in Decode() argument 1200 *speech_type = AudioDecoder::kSpeech; in Decode() 1276 return_value = DecodeCng(decoder, decoded_length, speech_type); in Decode() [all …]
|
D | post_decode_vad.cc | 49 AudioDecoder::SpeechType speech_type, in Update() argument 56 if (speech_type == AudioDecoder::kComfortNoise || sid_frame || in Update()
|
D | neteq_network_stats_unittest.cc | 61 SpeechType* speech_type) override { in DecodeInternal() argument 62 *speech_type = kSpeech; in DecodeInternal() 71 SpeechType* speech_type) override { in DecodeRedundantInternal() argument 73 speech_type); in DecodeRedundantInternal()
|
D | audio_decoder_unittest.cc | 197 AudioDecoder::SpeechType speech_type; in EncodeDecodeTest() local 201 &decoded[processed_samples * channels_], &speech_type); in EncodeDecodeTest() 260 AudioDecoder::SpeechType speech_type; in DecodePlcTest() local 265 output.get(), &speech_type); in DecodePlcTest() 352 AudioDecoder::SpeechType speech_type; in DecodePlcTest() local 357 output.get(), &speech_type); in DecodePlcTest()
|
D | post_decode_vad.h | 50 AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_external_decoder_pcm16b.h | 37 SpeechType* speech_type) override { in DecodeInternal() argument 39 *speech_type = ConvertSpeechType(1); in DecodeInternal() 75 SpeechType* speech_type));
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | call_statistics.cc | 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { in DecodedByNetEq() argument 21 switch (speech_type) { in DecodedByNetEq()
|
D | call_statistics.h | 41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.cc | 33 SpeechType* speech_type) { in DecodeInternal() argument 38 *speech_type = ConvertSpeechType(1); in DecodeInternal()
|
D | audio_decoder_pcm16b.h | 31 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.cc | 35 SpeechType* speech_type) { in DecodeInternal() argument 40 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
D | audio_decoder_ilbc.h | 34 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/test/fuzzers/ |
D | audio_decoder_fuzzer.cc | 41 AudioDecoder::SpeechType speech_type; in FuzzAudioDecoder() local 43 decoded, &speech_type); in FuzzAudioDecoder()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t_impl.h | 46 SpeechType* speech_type) { in DecodeInternal() argument 56 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isac_fix_type.h | 42 int16_t* speech_type) { in DecodeInternal() argument 43 return WebRtcIsacfix_Decode(inst, encoded, len, decoded, speech_type); in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_float_type.h | 40 int16_t* speech_type) { in DecodeInternal() 41 return WebRtcIsac_Decode(inst, encoded, len, decoded, speech_type); in DecodeInternal()
|