Searched refs:active_speech_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h31 active_speech_(true),
55 bool active_speech() const { return active_speech_; }
64 bool active_speech_; member in class:webrtc::PostDecodeVad
H A Dpost_decode_vad.cc59 active_speech_ = true;
71 active_speech_ = false;
80 active_speech_ |= (vad_return == 1);

Completed in 49 milliseconds