HomeSort by relevance Sort by last modified time
    Searched refs:speech_on_window (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h 41 float speech_on_window() const { return speech_on_window_; } function in class:content::EnergyEndpointerParams
42 void set_speech_on_window(float speech_on_window) {
43 speech_on_window_ = speech_on_window;
energy_endpointer.cc 181 if (params_.speech_on_window() > max_window_dur_)
182 max_window_dur_ = params_.speech_on_window();
278 float on_time = history_->RingSum(params_.speech_on_window());
292 if (history_->RingSum(params_.speech_on_window()) >=
energy_endpointer_params.cc 38 speech_on_window_ = source.speech_on_window();

Completed in 68 milliseconds