Searched refs:scaled_width_ (Results 1 – 2 of 2) sorted by relevance
124 scaled_width_ = 0; in Construct()381 if (scaled_width != scaled_width_ || scaled_height != scaled_height_) { in OnFrameCaptured()386 scaled_width_ = scaled_width; in OnFrameCaptured()437 if (scaled_width != scaled_width_ || scaled_height != scaled_height_) { in OnFrameCaptured()445 scaled_width_ = scaled_width; in OnFrameCaptured()
381 int scaled_width_; // Current output size from ComputeScale. variable