Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/endpointer/
Dendpointer.cc95 EpStatus ep_status = EP_PRE_SPEECH; in ProcessAudio() local
113 ep_status = energy_endpointer_.Status(&ep_time); in ProcessAudio()
116 if ((EP_SPEECH_PRESENT == ep_status) && in ProcessAudio()
127 if ((EP_PRE_SPEECH == ep_status) && in ProcessAudio()
164 old_ep_status_ = ep_status; in ProcessAudio()
166 return ep_status; in ProcessAudio()
Dendpointer_unittest.cc53 EpStatus ep_status = processor->ProcessFrame(time, samples, kFrameSize); in RunEndpointerEventsTest() local
58 EXPECT_EQ(EP_PRE_SPEECH, ep_status); in RunEndpointerEventsTest()
60 EXPECT_EQ(EP_SPEECH_PRESENT, ep_status); in RunEndpointerEventsTest()
62 EXPECT_EQ(EP_PRE_SPEECH, ep_status); in RunEndpointerEventsTest()