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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 159 void set_low_system_threshold(float low_system_threshold);
160 float low_system_threshold() const { return low_system_threshold_; } function in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 533 float low_system_threshold) {
534 ASSERT(low_system_threshold <= 1.0f);
535 ASSERT(low_system_threshold >= 0.0f);
536 if (low_system_threshold_ != low_system_threshold) {
538 << low_system_threshold_ << " to " << low_system_threshold; local
539 low_system_threshold_ = low_system_threshold;

Completed in 68 milliseconds