HomeSort by relevance Sort by last modified time
    Searched refs:ConvertSpeechType (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_decoder_pcm16b.cc 38 *speech_type = ConvertSpeechType(1);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.cc 31 *speech_type = ConvertSpeechType(temp_type);
55 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.cc 40 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.cc 39 *speech_type = ConvertSpeechType(temp_type);
60 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_decoder_g722.cc 42 *speech_type = ConvertSpeechType(temp_type);
98 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 104 static SpeechType ConvertSpeechType(int16_t type);
audio_decoder.cc 90 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_decoder_isac_t_impl.h 56 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_external_decoder_pcm16b.h 39 *speech_type = ConvertSpeechType(1);

Completed in 703 milliseconds