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

1 2

  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics.h 41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
call_statistics.cc 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 26 enum SpeechType {
49 SpeechType* speech_type);
58 SpeechType* speech_type);
104 static SpeechType ConvertSpeechType(int16_t type);
110 SpeechType* speech_type) = 0;
116 SpeechType* speech_type);
audio_decoder.cc 22 int16_t* decoded, SpeechType* speech_type) {
35 int16_t* decoded, SpeechType* speech_type) {
49 SpeechType* speech_type) {
90 AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.h 33 SpeechType* speech_type) override;
54 SpeechType* speech_type) override;
audio_decoder_pcm.cc 27 SpeechType* speech_type) {
51 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_decoder_g722.h 34 SpeechType* speech_type) override;
52 SpeechType* speech_type) override;
audio_decoder_g722.cc 37 SpeechType* speech_type) {
76 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.h 36 SpeechType* speech_type) override;
41 SpeechType* speech_type) override;
audio_decoder_opus.cc 32 SpeechType* speech_type) {
47 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.h 34 SpeechType* speech_type) override;
audio_decoder_ilbc.cc 35 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_decoder_pcm16b.h 31 SpeechType* speech_type) override;
audio_decoder_pcm16b.cc 33 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_audio_decoder.h 26 int(const uint8_t*, size_t, int, int16_t*, SpeechType*));
mock_external_decoder_pcm16b.h 37 SpeechType* speech_type) override {
75 SpeechType* speech_type));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 50 AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz);
audio_decoder_impl.h 53 SpeechType* speech_type) override;
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,
post_decode_vad.cc 49 AudioDecoder::SpeechType speech_type,
neteq_network_stats_unittest.cc 61 SpeechType* speech_type) override {
71 SpeechType* speech_type) override {
audio_decoder_impl.cc 72 SpeechType* speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_decoder_isac_t.h 42 SpeechType* speech_type) override;
audio_decoder_isac_t_impl.h 46 SpeechType* speech_type) {
  /external/webrtc/webrtc/test/fuzzers/
audio_decoder_fuzzer.cc 41 AudioDecoder::SpeechType speech_type;

Completed in 188 milliseconds

1 2