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

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.h 115 int64 endpointer_time_us_; // Time of the most recently received audio frame. member in class:content::EnergyEndpointer
energy_endpointer.cc 130 endpointer_time_us_(0),
229 user_input_start_time_us_ = endpointer_time_us_;
236 endpointer_time_us_ = time_us;
245 if ((endpointer_time_us_ - user_input_start_time_us_) <
248 DVLOG(1) << "decision: forced to false, time: " << endpointer_time_us_;
253 history_->Insert(endpointer_time_us_, decision);

Completed in 40 milliseconds