Home
last modified time | relevance | path

Searched refs:frame_height_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dcamera_controller.h35 void set_frame_height(int height) { frame_height_ = height; } in set_frame_height()
36 int frame_height() const { return frame_height_; } in frame_height()
58 int frame_height_; variable
Dcamera_controller.cc28 frame_height_(0), in CameraController()
49 camera_->Initialize(frame_width_, frame_height_); in Start()
Dcamera.cc140 frame_height_(kFrameHeight), in Camera()
238 frame_height_ = format.fmt.pix.height; in DoInitialize()
471 if (desired_width > frame_width_ || desired_height > frame_height_) { in ProcessImage()
474 if (desired_width_ * frame_height_ > frame_width_ * desired_height_) { in ProcessImage()
478 desired_width = (desired_width_ * frame_height_) / desired_height_; in ProcessImage()
479 desired_height = frame_height_; in ProcessImage()
485 int crop_top = (frame_height_ - desired_height_) / 2; in ProcessImage()
Dcamera.h174 int frame_height_; variable
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dfilevideocapturer_unittest.cc57 frame_height_(0), in VideoCapturerListener()
66 frame_height_ = frame->height; in OnFrameCaptured()
68 frame_height_ != frame->height) { in OnFrameCaptured()
75 int frame_height() const { return frame_height_; } in frame_height()
81 int frame_height_; member in __anonfd1b12590111::FileVideoCapturerTest::VideoCapturerListener
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dtestutils.cc227 frame_height_(0), in VideoCapturerListener()
247 frame_height_ = frame->height; in OnFrameCaptured()
249 } else if (frame_width_ != frame->width || frame_height_ != frame->height) { in OnFrameCaptured()
Dtestutils.h137 int frame_height() const { return frame_height_; } in frame_height()
149 int frame_height_; variable