HomeSort by relevance Sort by last modified time
    Searched refs:speech_end_time_us_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
endpointer.cc 66 speech_end_time_us_ = -1;
118 speech_end_time_us_ = -1;
129 speech_end_time_us_ = ep_time;
136 (ep_time - speech_end_time_us_ >
158 if ((ep_time - speech_end_time_us_) > requested_silence_length) {
endpointer.h 138 int64 speech_end_time_us_; member in class:content::Endpointer

Completed in 267 milliseconds