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

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h 46 float offset_window() const { return offset_window_; } function in class:content::EnergyEndpointerParams
47 void set_offset_window(float offset_window) {
48 offset_window_ = offset_window;
energy_endpointer.cc 183 if (params_.offset_window() > max_window_dur_)
184 max_window_dur_ = params_.offset_window();
187 offset_confirm_dur_sec_ = params_.offset_window() -
285 if (history_->RingSum(params_.offset_window()) <=
energy_endpointer_params.cc 39 offset_window_ = source.offset_window();

Completed in 98 milliseconds