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

1 2 3 45 6 7 8 91011>>

  /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...]
QCameraHWI.cpp     [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/chromeos/login/
oobe_screen_user_image.css 130 #user-image-stream-crop {
138 .flip-x #user-image-stream-crop {
  /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/skia/include/core/
SkImageFilter.h 131 * Returns the crop rectangle of this filter. This is set at construction
162 // Sets rect to the intersection of rect and the crop rect. If there
  /external/skia/include/core/
SkImageFilter.h 131 * Returns the crop rectangle of this filter. This is set at construction
162 // Sets rect to the intersection of rect and the crop rect. If there
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 25 * with the option to crop to a rectangle within the full data. This can be used to exclude
46 throw new IllegalArgumentException("Crop rectangle does not fit within image data.");
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 730 // Check if the left-top corner of the crop rect is origin, we currently assume this point is
732 Point lt = buffer->crop.leftTop();
735 "crop left top corner [%d, %d] need to be at origin", lt.x, lt.y);
744 // Correct width/height when crop is set.
745 if (!buffer->crop.isEmpty()) {
746 outputWidth = buffer->crop.getWidth();
747 outputHeight = buffer->crop.getHeight();
757 * right crop rectangle to CpuConsumer to indicate the actual image height,
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 128 * : cropout -> crop structure
132 * Not tested for crop funtionallity.
  /packages/apps/Gallery2/jni/filters/
geometry.c 116 __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight, int offsetWidth, int offsetHeight){ function
160 crop(source, srcWidth, srcHeight, destination, dstWidth, dstHeight, offsetWidth, offsetHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 108 view.setText(mContext.getString(R.string.crop));
160 return R.string.crop;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 361 // Size to crop captured frame to. This adjusts the captured frames
370 // TODO(fbarchard): Improve logic to pad or crop.
371 // MJPG can crop vertically, but not horizontally. This logic disables crop.
373 // crop.
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 230 struct v4l2_crop crop; local
232 memset(&crop, 0, sizeof(crop));
233 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
234 rc = ioctl(stream->fd, VIDIOC_G_CROP, &crop);
237 val->left = crop.c.left;
238 val->top = crop.c.top;
239 val->width = crop.c.width;
240 val->height = crop.c.height;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 74 /** Width & height of the crop region */
84 /** Paint to partially dim the photo during crop */
109 /** Whether or not crop is allowed */
111 /** The crop region */
113 /** Actual crop size; may differ from {@link #sCropSize} if the screen is smaller */
538 throw new IllegalArgumentException("Cannot set crop after view has been laid out");
541 throw new IllegalArgumentException("Cannot unset crop mode");
664 // Create a crop region overlay. We need a separate canvas to be able to "punch
795 * @return the size of the crop regions
    [all...]

Completed in 397 milliseconds

1 2 3 45 6 7 8 91011>>