Searched refs:scaled_width_ (Results 1 – 2 of 2) sorted by relevance
122 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()
359 int scaled_width_; // Current output size from ComputeScale. variable