/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...] |
audio_decoder_impl.cc | 44 int16_t* decoded, SpeechType* speech_type) { 49 *speech_type = ConvertSpeechType(temp_type); 61 int16_t* decoded, SpeechType* speech_type) { 66 *speech_type = ConvertSpeechType(temp_type); 87 int16_t* decoded, SpeechType* speech_type) { 92 *speech_type = ConvertSpeechType(temp_type); 133 int16_t* decoded, SpeechType* speech_type) { 139 *speech_type = ConvertSpeechType(temp_type); 165 int16_t* decoded, SpeechType* speech_type) { 171 *speech_type = ConvertSpeechType(temp_type) [all...] |
post_decode_vad.cc | 48 AudioDecoder::SpeechType speech_type, 55 if (speech_type == AudioDecoder::kComfortNoise || sid_frame ||
|
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);
|
neteq_impl.h | 244 // to |speech_type|. If |packet_list| contains any SID frames for RFC 3389 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,
|
neteq_impl.cc | 700 AudioDecoder::SpeechType speech_type; local 703 &length, &speech_type); 708 vad_->Update(decoded_buffer_.get(), length, speech_type, 714 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); 718 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf); 726 return_value = DoAccelerate(decoded_buffer_.get(), length, speech_type, 732 speech_type, play_dtmf); 1603 AudioDecoder::SpeechType speech_type; local [all...] |
audio_decoder.cc | 22 SpeechType* speech_type) { 23 return Decode(encoded, encoded_len, decoded, speech_type);
|
audio_decoder_unittest.cc | 113 AudioDecoder::SpeechType speech_type; local 117 &speech_type); 204 AudioDecoder::SpeechType speech_type; local 207 decoder_->Decode(encoded_, enc_len, decoded_, &speech_type); 320 AudioDecoder::SpeechType speech_type; local 323 decoder_->Decode(encoded_, enc_len, decoded_, &speech_type); [all...] |
neteq_impl_unittest.cc | 432 SpeechType* speech_type) { 436 *speech_type = kSpeech;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
call_statistics.cc | 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { 21 switch (speech_type) {
|
call_statistics.h | 39 // Call this method to indicate that NetEq engaged in decoding. |speech_type| 41 void 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) { 744 *speech_type = ConvertSpeechType(temp_type); 774 SpeechType* speech_type) { 783 *speech_type = ConvertSpeechType(temp_type);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/ |
mock_external_decoder_pcm16b.h | 35 int16_t* decoded, SpeechType* speech_type) { 40 *speech_type = ConvertSpeechType(temp_type); 78 SpeechType* speech_type));
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/ |
audio_decoder.h | 76 // the return value. If the decoder produced comfort noise, |speech_type| 79 int16_t* decoded, SpeechType* speech_type) = 0; 84 int16_t* decoded, SpeechType* speech_type);
|
/external/chromium_org/third_party/webrtc/modules/interface/ |
module_common_types.h | 677 SpeechType speech_type, VADActivity vad_activity, 740 SpeechType speech_type, 747 speech_type_ = speech_type;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_audio.cc | 221 // kRtpNoRtp against NetEq speech_type kOutputPLCtoCNG.
|