OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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