Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc31 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
55 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.cc39 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
60 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc42 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
98 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_decoder_pcm16b.cc38 *speech_type = ConvertSpeechType(1); in DecodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc40 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.h104 static SpeechType ConvertSpeechType(int16_t type);
Daudio_decoder.cc90 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) { in ConvertSpeechType() function in webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_external_decoder_pcm16b.h39 *speech_type = ConvertSpeechType(1); in DecodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h56 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()