HomeSort by relevance Sort by last modified time
    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