energy_endpointer_params.h | 38 float onset_window() const { return onset_window_; } function in class:content::EnergyEndpointerParams 39 void set_onset_window(float onset_window) { onset_window_ = onset_window; } 121 // Total dur within onset_window required to enter ONSET state 123 // Total on time within onset_window required to enter SPEECH_ON state
|