Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/endpointer/
Dendpointer.cc66 speech_end_time_us_ = -1; in Reset()
118 speech_end_time_us_ = -1; in ProcessAudio()
129 speech_end_time_us_ = ep_time; in ProcessAudio()
136 (ep_time - speech_end_time_us_ > in ProcessAudio()
158 if ((ep_time - speech_end_time_us_) > requested_silence_length) { in ProcessAudio()
Dendpointer.h138 int64 speech_end_time_us_; variable