HomeSort by relevance Sort by last modified time
    Searched defs:frame_width_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 32 void set_frame_width(int width) { frame_width_ = width; }
33 int frame_width() const { return frame_width_; }
57 int frame_width_; member in class:chromeos::CameraController
camera.h 173 int frame_width_; member in class:chromeos::Camera
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 56 frame_width_(0),
65 frame_width_ = frame->width;
67 } else if (frame_width_ != frame->width ||
74 int frame_width() const { return frame_width_; }
80 int frame_width_; member in class:__anon13825::FileVideoCapturerTest::VideoCapturerListener
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.h 135 int frame_width() const { return frame_width_; }
147 int frame_width_; member in class:cricket::VideoCapturerListener

Completed in 287 milliseconds