Home
last modified time | relevance | path

Searched refs:speech_on_window (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/endpointer/
Denergy_endpointer_params.h41 float speech_on_window() const { return speech_on_window_; } in speech_on_window() function
42 void set_speech_on_window(float speech_on_window) { in set_speech_on_window() argument
43 speech_on_window_ = speech_on_window; in set_speech_on_window()
Denergy_endpointer.cc181 if (params_.speech_on_window() > max_window_dur_) in Init()
182 max_window_dur_ = params_.speech_on_window(); in Init()
278 float on_time = history_->RingSum(params_.speech_on_window()); in ProcessAudioFrame()
292 if (history_->RingSum(params_.speech_on_window()) >= in ProcessAudioFrame()
Denergy_endpointer_params.cc38 speech_on_window_ = source.speech_on_window(); in operator =()