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

1 2

  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics.h 39 // Call this method to indicate that NetEq engaged in decoding. |speech_type|
41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
call_statistics.cc 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) {
21 switch (speech_type) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.cc 22 int16_t* decoded, SpeechType* speech_type) {
30 speech_type);
35 int16_t* decoded, SpeechType* speech_type) {
43 speech_type);
49 SpeechType* speech_type) {
51 speech_type);
audio_decoder.h 40 // channels. If the decoder produced comfort noise, |speech_type|
49 SpeechType* speech_type);
58 SpeechType* speech_type);
110 SpeechType* speech_type) = 0;
116 SpeechType* speech_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_decoder_pcm16b.cc 33 SpeechType* speech_type) {
38 *speech_type = ConvertSpeechType(1);
audio_decoder_pcm16b.h 31 SpeechType* speech_type) override;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.cc 27 SpeechType* speech_type) {
31 *speech_type = ConvertSpeechType(temp_type);
51 SpeechType* speech_type) {
55 *speech_type = ConvertSpeechType(temp_type);
audio_decoder_pcm.h 33 SpeechType* speech_type) override;
54 SpeechType* speech_type) override;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.cc 32 SpeechType* speech_type) {
39 *speech_type = ConvertSpeechType(temp_type);
47 SpeechType* speech_type) {
51 speech_type);
60 *speech_type = ConvertSpeechType(temp_type);
audio_decoder_opus.h 36 SpeechType* speech_type) override;
41 SpeechType* speech_type) override;
  /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) {
42 *speech_type = ConvertSpeechType(temp_type);
76 SpeechType* speech_type) {
98 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.cc 35 SpeechType* speech_type) {
40 *speech_type = ConvertSpeechType(temp_type);
audio_decoder_ilbc.h 34 SpeechType* speech_type) override;
  /external/webrtc/webrtc/test/fuzzers/
audio_decoder_fuzzer.cc 41 AudioDecoder::SpeechType speech_type; local
43 decoded, &speech_type);
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_external_decoder_pcm16b.h 37 SpeechType* speech_type) override {
39 *speech_type = ConvertSpeechType(1);
75 SpeechType* speech_type));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 48 // samples. The data is of type |speech_type|, at the sample rate |fs_hz|.
50 AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz);
post_decode_vad.cc 49 AudioDecoder::SpeechType speech_type,
56 if (speech_type == AudioDecoder::kComfortNoise || sid_frame ||
audio_decoder_impl.h 53 SpeechType* speech_type) override;
neteq_impl.h 240 // to |speech_type|. If |packet_list| contains any SID frames for RFC 3389
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,
neteq_network_stats_unittest.cc 61 SpeechType* speech_type) override {
62 *speech_type = kSpeech;
71 SpeechType* speech_type) override {
73 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) {
56 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 42 int16_t* speech_type) {
43 return WebRtcIsacfix_Decode(inst, encoded, len, decoded, speech_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 40 int16_t* speech_type) {
41 return WebRtcIsac_Decode(inst, encoded, len, decoded, speech_type);

Completed in 376 milliseconds

1 2