Home
last modified time | relevance | path

Searched refs:DoNormal (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h262 void DoNormal(const int16_t* decoded_buffer,
Dneteq_impl.cc773 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal()
1422 void NetEqImpl::DoNormal(const int16_t* decoded_buffer, size_t decoded_length, in DoNormal() function in webrtc::NetEqImpl