Home
last modified time | relevance | path

Searched refs:scaled_width_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.cc122 scaled_width_ = 0; in Construct()
371 if (scaled_width != scaled_width_ || scaled_height != scaled_height_) { in OnFrameCaptured()
376 scaled_width_ = scaled_width; in OnFrameCaptured()
429 if (scaled_width != scaled_width_ || scaled_height != scaled_height_) { in OnFrameCaptured()
437 scaled_width_ = scaled_width; in OnFrameCaptured()
Dvideocapturer.h359 int scaled_width_; // Current output size from ComputeScale. variable