Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.h31 active_speech_(true), in PostDecodeVad()
55 bool active_speech() const { return active_speech_; } in active_speech()
64 bool active_speech_; variable
Dpost_decode_vad.cc60 active_speech_ = true; in Update()
72 active_speech_ = false; in Update()
82 active_speech_ |= (vad_return == 1); in Update()