Searched defs:endpointer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/speech/endpointer/
H A Dendpointer_unittest.cc6 #include "content/browser/speech/endpointer/endpointer.h"
31 // 100 will have more power, and the endpointer should fire on those frames.
39 // The frames from 50 to 100 will have more power, and the endpointer
66 // This test instantiates and initializes a stand alone endpointer module.
73 explicit EnergyEndpointerFrameProcessor(EnergyEndpointer* endpointer) argument
74 : endpointer_(endpointer) {}
89 // Initialize endpointer and configure it. We specify the parameters
104 EnergyEndpointer endpointer; local
105 endpointer
118 EndpointerFrameProcessor(Endpointer* endpointer) argument
[all...]

Completed in 1224 milliseconds