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 143 void set_view_switch(bool enable) { view_switch_ = enable; }
144 bool view_switch() const { return view_switch_; }
221 bool view_switch_; // True if view switch is enabled. member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 383 view_switch_(false),
476 if (DOWNGRADE != request && view_switch_ && !changed) {

Completed in 127 milliseconds