OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaled_width_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
109
scaled_width_
= 0;
342
if (scaled_width !=
scaled_width_
|| scaled_height != scaled_height_) {
347
scaled_width_
= scaled_width;
398
if (scaled_width !=
scaled_width_
|| scaled_height != scaled_height_) {
406
scaled_width_
= scaled_width;
videocapturer.h
338
int
scaled_width_
; // Current output size from ComputeScale.
member in class:cricket::VideoCapturer
Completed in 47 milliseconds