Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/endpointer/
Denergy_endpointer_params.h33 float endpoint_margin() const { return endpoint_margin_; } in endpoint_margin()
35 endpoint_margin_ = endpoint_margin; in set_endpoint_margin()
120 float endpoint_margin_; variable
Denergy_endpointer_params.cc16 endpoint_margin_ = 0.2f; in SetDefaults()
36 endpoint_margin_ = source.endpoint_margin(); in operator =()