OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scale_third_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
videoadapter.h
66
bool scale_third() const { return
scale_third_
; }
84
bool
scale_third_
; // True if adapter allows scaling to 1/3 and 2/3.
member in class:cricket::VideoAdapter
videoadapter.cc
79
return
scale_third_
? kViewScaleFactors : kScaleFactors;
170
scale_third_
(false),
355
scale_third_
= enable;
Completed in 60 milliseconds