HomeSort by relevance Sort by last modified time
    Searched full:threshold_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/
audio_silence_detector.cc 21 : threshold_(threshold),
24 DCHECK_GE(threshold_, 0);
41 // case for threshold_==0), but it's not worth worrying about because the
44 if (abs(samples[i]) > threshold_) {
audio_silence_detector.h 29 int threshold_; member in class:remoting::AudioSilenceDetector
  /external/chromium_org/chrome/browser/chromeos/screensaver/
screensaver_controller.h 63 base::TimeDelta threshold_; member in class:chromeos::ScreensaverController
screensaver_controller.cc 82 : threshold_(base::TimeDelta::FromMinutes(kScreensaverTimeoutMinutes)),
184 RequestIdleNotification(threshold_.InMilliseconds());
  /external/openfst/src/include/fst/
queue.h 815 threshold_(threshold) {}
829 Weight limit = Times(class_distance_[c], threshold_);
861 Weight threshold_; // pruning weight threshold member in class:fst::PruneQueue
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 2232 int threshold_; member in class:testing::gmock_matchers_test::IsGreaterThan
    [all...]

Completed in 192 milliseconds