HomeSort by relevance Sort by last modified time
    Searched refs:frame_height_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 35 void set_frame_height(int height) { frame_height_ = height; }
36 int frame_height() const { return frame_height_; }
58 int frame_height_; member in class:chromeos::CameraController
camera_controller.cc 28 frame_height_(0),
49 camera_->Initialize(frame_width_, frame_height_);
camera.h 174 int frame_height_; member in class:chromeos::Camera
camera.cc 140 frame_height_(kFrameHeight),
238 frame_height_ = format.fmt.pix.height;
471 if (desired_width > frame_width_ || desired_height > frame_height_) {
474 if (desired_width_ * frame_height_ > frame_width_ * desired_height_) {
478 desired_width = (desired_width_ * frame_height_) / desired_height_;
479 desired_height = frame_height_;
485 int crop_top = (frame_height_ - desired_height_) / 2;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 57 frame_height_(0),
66 frame_height_ = frame->height;
68 frame_height_ != frame->height) {
75 int frame_height() const { return frame_height_; }
81 int frame_height_; member in class:__anon13825::FileVideoCapturerTest::VideoCapturerListener
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 227 frame_height_(0),
247 frame_height_ = frame->height;
249 } else if (frame_width_ != frame->width || frame_height_ != frame->height) {
testutils.h 136 int frame_height() const { return frame_height_; }
148 int frame_height_; member in class:cricket::VideoCapturerListener

Completed in 362 milliseconds