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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 144 void set_view_switch(bool enable) { view_switch_ = enable; }
145 bool view_switch() const { return view_switch_; }
192 bool view_switch_; // True if view switch is enabled. member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 440 view_switch_(false),
576 if (DOWNGRADE != request && view_switch_ && !changed) {

Completed in 44 milliseconds