Searched refs:ConvertSpeechType (Results 1 – 9 of 9) sorted by relevance
45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()80 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
69 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()90 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
116 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()139 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()112 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
46 *speech_type = ConvertSpeechType(1); in DecodeInternal()
48 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
174 static SpeechType ConvertSpeechType(int16_t type);
157 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) { in ConvertSpeechType() function in webrtc::AudioDecoder