Searched defs:speech_type (Results 1 - 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dcall_statistics.cc19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { argument
21 switch (speech_type) {
H A Daudio_coding_module_unittest_oldapi.cc988 AudioDecoder::SpeechType* speech_type) {
992 decoded, speech_type);
984 Decode(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, AudioDecoder::SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_decoder_pcm.cc27 SpeechType* speech_type) {
31 *speech_type = ConvertSpeechType(temp_type);
51 SpeechType* speech_type) {
55 *speech_type = ConvertSpeechType(temp_type);
23 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
47 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_decoder_pcm16b.cc33 SpeechType* speech_type) {
38 *speech_type = ConvertSpeechType(1);
29 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.cc49 AudioDecoder::SpeechType speech_type,
56 if (speech_type == AudioDecoder::kComfortNoise || sid_frame ||
48 Update(int16_t* signal, size_t length, AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz) argument
H A Daudio_decoder_impl.cc72 SpeechType* speech_type) {
68 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
H A Daudio_decoder_unittest.cc197 AudioDecoder::SpeechType speech_type; local
201 &decoded[processed_samples * channels_], &speech_type);
260 AudioDecoder::SpeechType speech_type; local
265 output.get(), &speech_type);
352 AudioDecoder::SpeechType speech_type; local
357 output.get(), &speech_type);
H A Dneteq_impl.cc759 AudioDecoder::SpeechType speech_type; local
762 &length, &speech_type);
767 vad_->Update(decoded_buffer_.get(), static_cast<size_t>(length), speech_type,
773 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf);
777 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf);
788 return_value = DoAccelerate(decoded_buffer_.get(), length, speech_type,
794 speech_type, play_dtmf);
1199 AudioDecoder::SpeechType* speech_type) {
1200 *speech_type = AudioDecoder::kSpeech;
1276 return_value = DecodeCng(decoder, decoded_length, speech_type);
1197 Decode(PacketList* packet_list, Operations* operation, int* decoded_length, AudioDecoder::SpeechType* speech_type) argument
1314 DecodeCng(AudioDecoder* decoder, int* decoded_length, AudioDecoder::SpeechType* speech_type) argument
1344 DecodeLoop(PacketList* packet_list, const Operations& operation, AudioDecoder* decoder, int* decoded_length, AudioDecoder::SpeechType* speech_type) argument
1422 DoNormal(const int16_t* decoded_buffer, size_t decoded_length, AudioDecoder::SpeechType speech_type, bool play_dtmf) argument
1445 DoMerge(int16_t* decoded_buffer, size_t decoded_length, AudioDecoder::SpeechType speech_type, bool play_dtmf) argument
1506 DoAccelerate(int16_t* decoded_buffer, size_t decoded_length, AudioDecoder::SpeechType speech_type, bool play_dtmf, bool fast_accelerate) argument
1581 DoPreemptiveExpand(int16_t* decoded_buffer, size_t decoded_length, AudioDecoder::SpeechType speech_type, bool play_dtmf) argument
[all...]
/external/webrtc/webrtc/test/fuzzers/
H A Daudio_decoder_fuzzer.cc41 AudioDecoder::SpeechType speech_type; local
43 decoded, &speech_type);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc35 SpeechType* speech_type) {
40 *speech_type = ConvertSpeechType(temp_type);
31 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_decoder.cc22 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);
20 Decode(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, size_t max_decoded_bytes, int16_t* decoded, SpeechType* speech_type) argument
33 DecodeRedundant(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, size_t max_decoded_bytes, int16_t* decoded, SpeechType* speech_type) argument
46 DecodeRedundantInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_decoder_g722.cc37 SpeechType* speech_type) {
42 *speech_type = ConvertSpeechType(temp_type);
76 SpeechType* speech_type) {
98 *speech_type = ConvertSpeechType(temp_type);
33 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
72 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t_impl.h46 SpeechType* speech_type) {
56 *speech_type = ConvertSpeechType(temp_type);
42 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
H A Dunittest.cc69 int16_t speech_type; local
71 &decoded.front(), &speech_type);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_opus.cc32 SpeechType* speech_type) {
39 *speech_type = ConvertSpeechType(temp_type);
47 SpeechType* speech_type) {
51 speech_type);
60 *speech_type = ConvertSpeechType(temp_type);
28 DecodeInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
43 DecodeRedundantInternal(const uint8_t* encoded, size_t encoded_len, int sample_rate_hz, int16_t* decoded, SpeechType* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h42 int16_t* speech_type) {
43 return WebRtcIsacfix_Decode(inst, encoded, len, decoded, speech_type);
38 DecodeInternal(instance_type* inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speech_type) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h40 int16_t* speech_type) {
41 return WebRtcIsac_Decode(inst, encoded, len, decoded, speech_type);
36 DecodeInternal(instance_type* inst, const uint8_t* encoded, size_t len, int16_t* decoded, int16_t* speech_type) argument
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h510 SpeechType speech_type, VADActivity vad_activity,
575 SpeechType speech_type,
583 speech_type_ = speech_type;
570 UpdateFrame(int id, uint32_t timestamp, const int16_t* data, size_t samples_per_channel, int sample_rate_hz, SpeechType speech_type, VADActivity vad_activity, size_t num_channels, uint32_t energy) argument

Completed in 440 milliseconds