HomeSort by relevance Sort by last modified time
    Searched full:crop (Results 101 - 125 of 509) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h 86 virtual void setCrop(const utils::Dim& crop) = 0;
121 virtual void setCrop(const utils::Dim& crop);
178 virtual void setCrop(const utils::Dim& crop);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 51 self.check_size("crop", 0, 0, 0, 0)
85 print 'crop'
86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 51 self.check_size("crop", 0, 0, 0, 0)
85 print 'crop'
86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 500 mm_camera_ch_crop_t *crop)
507 &crop->crop);
512 &crop->crop);
517 &crop->crop);
523 &crop->snapshot.main_crop);
528 &crop->snapshot.thumbnail_crop);
mm_jpeg_encoder.h 49 common_crop_t *crop,
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.cc 65 // Auto crop the image, taking the largest square in the center.
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 121 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */
122 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */
123 unsigned int crop_left; /**< Pixels to crop from the left of the frame. */
124 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 275 + sizeof(crop)
294 FlattenableUtils::write(buffer, size, crop);
307 + sizeof(crop)
318 FlattenableUtils::read(buffer, size, crop);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h 44 bool prepare(hwc_context_t *ctx, const hwc_rect_t& crop,
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 116 struct v4l2_crop crop; member in struct:gsc_info
exynos_gscaler.c 639 info->crop.type = info->buf_type;
640 info->crop.c.left = info->crop_left;
641 info->crop.c.top = info->crop_top;
642 info->crop.c.width = info->crop_width;
643 info->crop.c.height = info->crop_height;
645 if (exynos_v4l2_s_crop(fd, &info->crop) < 0) {
1386 struct v4l2_crop crop; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
CropExtras.java 17 package com.android.camera.crop;
CropMath.java 17 package com.android.camera.crop;
211 * @param photoBounds original bounds containing crop bounds
212 * @param displayBounds final bounds for crop
213 * @return the stretched/scaled/translated crop bounds that fit within displayBounds
  /packages/apps/Camera2/src_pd/com/android/camera/util/
UsageStatistics.java 40 public static final String ACTION_CROP= "Crop";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropExtras.java 17 package com.android.gallery3d.filtershow.crop;
CropMath.java 17 package com.android.gallery3d.filtershow.crop;
213 * @param photoBounds original bounds containing crop bounds
214 * @param displayBounds final bounds for crop
215 * @return the stretched/scaled/translated crop bounds that fit within displayBounds
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 144 * photo is not square, this will crop to the square at the center of the image's rectangle.
164 * photo is not square, this will crop to the square at the center of the image's rectangle.
190 * returned unmodified unless the photo processor is set up to crop it to a square.
210 // Crop the image to the square at its center.
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 219 hwc_rect_t *crop, size_t alignment)
226 if (crop) {
227 crop->left = (w - w_orig) / 2;
228 crop->top = (h - h_orig) / 2;
229 crop->right = crop->left + w_orig;
230 crop->bottom = crop->top + h_orig;
365 /* GSC's dst crop size should be aligned 128Bytes */
1320 unsigned int crop = -displayFrame.left; local
1331 unsigned int crop = displayFrame.right - pdev->xres; local
1338 unsigned int crop = -displayFrame.top; local
1349 int crop = displayFrame.bottom - pdev->yres; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 1440 common_crop_t crop; local
1721 common_crop_t crop; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 112 /* crop information */
113 image_crop_t crop; member in struct:__anon2170
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 96 #user-image-stream-crop {
106 .flip-x #user-image-stream-crop {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 128 // TODO(juberti): WebRtcVideoFrame does not support horizontal crop.
130 // just Init normally and then crop by adjusting pointers.
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 178 // If the original crop rect edges were unset, max out the new crop edges
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap_unittest.py 64 orig.Crop(0, 0, 2, 2)
110 bmp.Crop(1, 1, 2, 1)
  /external/skia/src/core/
SkImageFilter.cpp 178 // If the original crop rect edges were unset, max out the new crop edges

Completed in 999 milliseconds

1 2 3 45 6 7 8 91011>>