Searched defs:crop (Results 1 - 10 of 10) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DOpenGLSystem.java61 public static final void setTextureCrop(int[] crop) { argument
63 cropSignature = (crop[0] + crop[1]) << 16;
64 cropSignature |= crop[2] + crop[3];
68 crop, 0);
H A DMotionBlurComponent.java35 public int[] crop = new int[4]; field in class:MotionBlurComponent.BlurRecord
77 mHistory[mCurrentStep].crop[0] = drawableCrop[0];
78 mHistory[mCurrentStep].crop[1] = drawableCrop[1];
79 mHistory[mCurrentStep].crop[2] = drawableCrop[2];
80 mHistory[mCurrentStep].crop[3] = drawableCrop[3];
100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]);
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc262 struct v4l2_crop crop; local
263 memset(&crop, 0, sizeof(crop));
264 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
265 crop.c.left = 0;
266 crop.c.top = 0;
267 crop.c.width = base::checked_cast<__u32>(input_visible_size_.width());
268 crop.c.height = base::checked_cast<__u32>(input_visible_size_.height());
269 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_S_CROP, &crop);
314 struct v4l2_crop crop; local
[all...]
H A Dv4l2_video_encode_accelerator.cc938 struct v4l2_crop crop; local
939 memset(&crop, 0, sizeof(crop));
940 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
941 crop.c.left = 0;
942 crop.c.top = 0;
943 crop.c.width = visible_size_.width();
944 crop.c.height = visible_size_.height();
945 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_S_CROP, &crop);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtransupp.h52 * We also offer a lossless-crop option, which discards data outside a given
54 * flip transforms, lossless crop is restricted by the JPEG format: the upper
56 * does not hold for the given crop parameters, we silently move the upper left
58 * dimensions to keep the lower right crop corner unchanged. (Thus, the
62 * We also provide a lossless-resize option, which is kind of a lossless-crop
67 * Rotate/flip transform, resize, and crop can be requested together in a
68 * single invocation. The crop is applied last --- that is, the crop region
109 * Codes for crop parameters, which can individually be unspecified,
133 boolean crop; /* i member in struct:__anon12773
[all...]
/external/qemu/android/camera/
H A Dcamera-capture-linux.c290 struct v4l2_crop crop; local
308 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
309 crop.c = cropcap.defrect; /* reset to default */
310 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
800 struct v4l2_crop crop; local
817 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
818 crop.c = cropcap.defrect; /* reset to default */
819 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h321 /* the window is clipped to the size of the buffer's crop rectangle; pixels
322 * outside the crop rectangle are treated as if they are completely
617 * native_window_set_crop(..., crop)
619 * Depending on the scaling mode, a buffer's crop region is scaled and/or
620 * cropped to match the surface's size. This function sets the crop in
623 * The specified crop region applies to all buffers queued after it is called.
625 * If 'crop' is NULL, subsequently queued buffers won't be cropped.
627 * An error is returned if for instance the crop region is invalid, out of the
632 android_native_rect_t const * crop)
634 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
630 native_window_set_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
651 native_window_set_post_transform_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h202 * @crop: flag of crop supporting.
206 * @crop_min: crop min resolution.
207 * @crop_max: crop max resolution.
219 __u32 crop; member in struct:drm_exynos_ipp_prop_list
/external/zxing/core/
H A Dcore.jar ... boolean isCropSupported () public com.google.zxing.BinaryBitmap crop (int, int, int, int) int left int top int width ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 249 milliseconds