Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dcamera.cc138 desired_height_(kFrameHeight), in Camera()
240 desired_height_ = desired_height; in DoInitialize()
470 int desired_height = desired_height_; in ProcessImage()
474 if (desired_width_ * frame_height_ > frame_width_ * desired_height_) { in ProcessImage()
476 desired_height = (desired_height_ * frame_width_) / desired_width_; in ProcessImage()
478 desired_width = (desired_width_ * frame_height_) / desired_height_; in ProcessImage()
485 int crop_top = (frame_height_ - desired_height_) / 2; in ProcessImage()
521 if (image.width() < desired_width_ || image.height() < desired_height_) { in ProcessImage()
526 desired_height_); in ProcessImage()
Dcamera.h169 int desired_height_; variable