Home
last modified time | relevance | path

Searched refs:ConvertSpeechType (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
80 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.cc69 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
90 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
Daudio_decoder_multi_channel_opus_impl.cc116 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
139 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
112 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_decoder_pcm16b.cc46 *speech_type = ConvertSpeechType(1); in DecodeInternal()
/external/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h48 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/api/audio_codecs/
Daudio_decoder.h174 static SpeechType ConvertSpeechType(int16_t type);
Daudio_decoder.cc157 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) { in ConvertSpeechType() function in webrtc::AudioDecoder