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/webrtc/talk/media/base/
videocapturer.cc
122
scaled_width_
= 0;
371
if (scaled_width !=
scaled_width_
|| scaled_height != scaled_height_) {
376
scaled_width_
= scaled_width;
429
if (scaled_width !=
scaled_width_
|| scaled_height != scaled_height_) {
437
scaled_width_
= scaled_width;
videocapturer.h
359
int
scaled_width_
; // Current output size from ComputeScale.
member in class:cricket::VideoCapturer
Completed in 61 milliseconds