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

  /external/webrtc/talk/media/base/
videoadapter.h 145 void set_high_system_threshold(float high_system_threshold);
146 float high_system_threshold() const { return high_system_threshold_; } function in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 447 float high_system_threshold) {
448 ASSERT(high_system_threshold <= 1.0f);
449 ASSERT(high_system_threshold >= 0.0f);
450 if (high_system_threshold_ != high_system_threshold) {
452 << high_system_threshold_ << " to " << high_system_threshold; local
453 high_system_threshold_ = high_system_threshold;

Completed in 101 milliseconds