Searched refs:SpeechType (Results 1 – 25 of 31) sorted by relevance
12
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_decoder.h | 26 enum SpeechType { enum 49 SpeechType* speech_type); 58 SpeechType* speech_type); 104 static SpeechType ConvertSpeechType(int16_t type); 110 SpeechType* speech_type) = 0; 116 SpeechType* speech_type);
|
D | audio_decoder.cc | 22 int16_t* decoded, SpeechType* speech_type) { in Decode() 35 int16_t* decoded, SpeechType* speech_type) { in DecodeRedundant() 49 SpeechType* speech_type) { in DecodeRedundantInternal() 90 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) { in ConvertSpeechType()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl.h | 245 AudioDecoder::SpeechType* speech_type) 250 AudioDecoder::SpeechType* speech_type) 258 AudioDecoder::SpeechType* speech_type) 264 AudioDecoder::SpeechType speech_type, 270 AudioDecoder::SpeechType speech_type, 280 AudioDecoder::SpeechType speech_type, 288 AudioDecoder::SpeechType speech_type,
|
D | post_decode_vad.h | 50 AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz);
|
D | neteq_network_stats_unittest.cc | 61 SpeechType* speech_type) override { in DecodeInternal() 71 SpeechType* speech_type) override { in DecodeRedundantInternal()
|
D | audio_decoder_impl.h | 53 SpeechType* speech_type) override;
|
D | post_decode_vad.cc | 49 AudioDecoder::SpeechType speech_type, in Update()
|
D | neteq_impl.cc | 759 AudioDecoder::SpeechType speech_type; in GetAudioInternal() 1199 AudioDecoder::SpeechType* speech_type) { in Decode() 1315 AudioDecoder::SpeechType* speech_type) { in DecodeCng() 1346 AudioDecoder::SpeechType* speech_type) { in DecodeLoop() 1423 AudioDecoder::SpeechType speech_type, bool play_dtmf) { in DoNormal() 1446 AudioDecoder::SpeechType speech_type, bool play_dtmf) { in DoMerge() 1508 AudioDecoder::SpeechType speech_type, in DoAccelerate() 1583 AudioDecoder::SpeechType speech_type, in DoPreemptiveExpand()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.h | 36 SpeechType* speech_type) override; 41 SpeechType* speech_type) override;
|
D | audio_decoder_opus.cc | 32 SpeechType* speech_type) { in DecodeInternal() 47 SpeechType* speech_type) { in DecodeRedundantInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 27 SpeechType* speech_type) { in DecodeInternal() 51 SpeechType* speech_type) { in DecodeInternal()
|
D | audio_decoder_pcm.h | 33 SpeechType* speech_type) override; 54 SpeechType* speech_type) override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.h | 34 SpeechType* speech_type) override; 52 SpeechType* speech_type) override;
|
D | audio_decoder_g722.cc | 37 SpeechType* speech_type) { in DecodeInternal() 76 SpeechType* speech_type) { in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_external_decoder_pcm16b.h | 37 SpeechType* speech_type) override { in DecodeInternal() 75 SpeechType* speech_type));
|
D | mock_audio_decoder.h | 26 int(const uint8_t*, size_t, int, int16_t*, SpeechType*));
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | call_statistics.h | 41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
|
D | call_statistics.cc | 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { in DecodedByNetEq()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.h | 31 SpeechType* speech_type) override;
|
D | audio_decoder_pcm16b.cc | 33 SpeechType* speech_type) { in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.h | 34 SpeechType* speech_type) override;
|
D | audio_decoder_ilbc.cc | 35 SpeechType* speech_type) { in DecodeInternal()
|
/external/webrtc/webrtc/modules/include/ |
D | module_common_types.h | 492 enum SpeechType { enum 510 SpeechType speech_type, VADActivity vad_activity, 536 SpeechType speech_type_; 575 SpeechType speech_type, in UpdateFrame()
|
/external/webrtc/webrtc/test/fuzzers/ |
D | audio_decoder_fuzzer.cc | 41 AudioDecoder::SpeechType speech_type; in FuzzAudioDecoder()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t.h | 42 SpeechType* speech_type) override;
|
12