HomeSort by relevance Sort by last modified time
    Searched refs:cropped_width (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);
189 EXPECT_EQ(640, cropped_width);
197 &cropped_width, &cropped_height);
198 EXPECT_EQ(640, cropped_width);
206 &cropped_width, &cropped_height);
207 EXPECT_EQ(480, cropped_width);
216 &cropped_width, &cropped_height);
217 EXPECT_EQ(640, cropped_width);
226 &cropped_width, &cropped_height)
    [all...]
videocommon.cc 160 int* cropped_width, int* cropped_height) {
172 ASSERT(cropped_width != NULL);
206 *cropped_width = frame_width;
videocommon.h 168 int* cropped_width, int* cropped_height);
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter_unittest.cc 28 int cropped_width,
32 const int horiz_crop = ((capture_width - cropped_width) / 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));
71 EXPECT_EQ(static_cast<size_t>(cropped_width & ~3), frame.GetWidth());
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 818 int cropped_width = 0, cropped_height = 0; local
823 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
827 cropped_width = p_thumb_dim->src_dim.width;
828 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
831 p_thumb_dim->crop.left = floor(p_thumb_dim->src_dim.width - cropped_width)/2;
833 p_thumb_dim->crop.width = cropped_width;
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 153 uint32_t cropped_width, uint32_t cropped_height, uint8_t *img_buf);
    [all...]

Completed in 574 milliseconds