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

  /external/webrtc/talk/media/base/
videoadapter.h 133 void set_view_switch(bool enable) { view_switch_ = enable; }
134 bool view_switch() const { return view_switch_; }
181 bool view_switch_; // True if view switch is enabled. member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 365 view_switch_(false),
501 if (DOWNGRADE != request && view_switch_ && !changed) {

Completed in 61 milliseconds