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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
call_statistics.h 41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
call_statistics.cc 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) {
acm_isac.h 70 SpeechType* speech_type) OVERRIDE;
87 SpeechType* speech_type) OVERRIDE;
acm_isac.cc 735 SpeechType* speech_type) {
774 SpeechType* speech_type) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 31 int16_t* decoded, SpeechType* speech_type);
43 int16_t* decoded, SpeechType* speech_type);
80 int16_t* decoded, SpeechType* speech_type);
106 int16_t* decoded, SpeechType* speech_type);
122 int16_t* decoded, SpeechType* speech_type);
124 int16_t* decoded, SpeechType* speech_type);
162 int16_t* decoded, SpeechType* speech_type);
182 int16_t* decoded, SpeechType* speech_type);
196 int16_t* decoded, SpeechType* speech_type);
222 int16_t* decoded, SpeechType* speech_type)
    [all...]
post_decode_vad.h 50 AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz);
post_decode_vad.cc 48 AudioDecoder::SpeechType speech_type,
audio_decoder_impl.cc 44 int16_t* decoded, SpeechType* speech_type) {
61 int16_t* decoded, SpeechType* speech_type) {
87 int16_t* decoded, SpeechType* speech_type) {
133 int16_t* decoded, SpeechType* speech_type) {
165 int16_t* decoded, SpeechType* speech_type) {
177 SpeechType* speech_type) {
236 int16_t* decoded, SpeechType* speech_type) {
278 int16_t* decoded, SpeechType* speech_type) {
313 int16_t* decoded, SpeechType* speech_type) {
402 int16_t* decoded, SpeechType* speech_type)
    [all...]
neteq_impl.h 249 AudioDecoder::SpeechType* speech_type)
257 AudioDecoder::SpeechType* speech_type)
263 AudioDecoder::SpeechType speech_type,
269 AudioDecoder::SpeechType speech_type,
279 AudioDecoder::SpeechType speech_type,
286 AudioDecoder::SpeechType speech_type,
audio_decoder.cc 22 SpeechType* speech_type) {
251 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) {
neteq_impl.cc 700 AudioDecoder::SpeechType speech_type;
    [all...]
audio_decoder_unittest.cc 113 AudioDecoder::SpeechType speech_type;
186 AudioDecoder::SpeechType speech_type1, speech_type2;
204 AudioDecoder::SpeechType speech_type;
320 AudioDecoder::SpeechType speech_type;
    [all...]
neteq_impl_unittest.cc 432 SpeechType* speech_type) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
audio_decoder.h 58 enum SpeechType {
79 int16_t* decoded, SpeechType* speech_type) = 0;
84 int16_t* decoded, SpeechType* speech_type);
141 static SpeechType ConvertSpeechType(int16_t type);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_audio_decoder.h 26 AudioDecoder::SpeechType*));
mock_external_decoder_pcm16b.h 35 int16_t* decoded, SpeechType* speech_type) {
78 SpeechType* speech_type));
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 659 enum SpeechType {
677 SpeechType speech_type, VADActivity vad_activity,
703 SpeechType speech_type_;
740 SpeechType speech_type,
  /external/webrtc/src/modules/interface/
module_common_types.h 721 enum SpeechType
739 const SpeechType speechType,
762 SpeechType _speechType;
798 const SpeechType speechType,
807 _speechType = speechType;
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 608 AudioFrame::SpeechType _outputSpeechType;

Completed in 1256 milliseconds