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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon_unittest.cc 181 int cropped_width, cropped_height; local
188 &cropped_width, &cropped_height);
190 EXPECT_EQ(360, cropped_height);
197 &cropped_width, &cropped_height);
199 EXPECT_EQ(360, cropped_height);
206 &cropped_width, &cropped_height);
208 EXPECT_EQ(360, cropped_height);
216 &cropped_width, &cropped_height);
218 EXPECT_EQ(480, cropped_height);
226 &cropped_width, &cropped_height);
    [all...]
videocommon.cc 160 int* cropped_width, int* cropped_height) {
173 ASSERT(cropped_height != NULL);
207 *cropped_height = frame_height;
videocommon.h 168 int* cropped_width, int* cropped_height);
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter_unittest.cc 29 int cropped_height,
33 const int vert_crop = ((capture_height - cropped_height) / 2);
37 gfx::Rect view_rect(horiz_crop, vert_crop, cropped_width, cropped_height);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 40 void TestInit(int cropped_width, int cropped_height) {
62 EXPECT_TRUE(frame.Init(&captured_frame, cropped_width, cropped_height));
72 EXPECT_EQ(static_cast<size_t>(cropped_height & ~3), frame.GetHeight());
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 818 int cropped_width = 0, cropped_height = 0; local
822 cropped_height = p_thumb_dim->src_dim.height;
823 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
828 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
832 p_thumb_dim->crop.top = floor(p_thumb_dim->src_dim.height - cropped_height)/2;
834 p_thumb_dim->crop.height = cropped_height;
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 153 uint32_t cropped_width, uint32_t cropped_height, uint8_t *img_buf);
    [all...]

Completed in 113 milliseconds