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

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.h 116 int64 fast_update_frames_; // Number of frames for initial level adaptation. member in class:content::EnergyEndpointer
energy_endpointer.cc 131 fast_update_frames_(0),
202 fast_update_frames_ =
346 if (frame_counter_ < fast_update_frames_) {
350 static_cast<float>(fast_update_frames_);
353 << ", fast_update_frames_ " << fast_update_frames_; local
363 if (estimating_environment_ || (frame_counter_ < fast_update_frames_)) {

Completed in 40 milliseconds