OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endpoint_margin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h
33
float
endpoint_margin
() const { return endpoint_margin_; }
function in class:content::EnergyEndpointerParams
34
void set_endpoint_margin(float
endpoint_margin
) {
35
endpoint_margin_ =
endpoint_margin
;
energy_endpointer_params.cc
36
endpoint_margin_ = source.
endpoint_margin
();
Completed in 34 milliseconds