Searched defs:crop (Results 1 - 21 of 21) 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/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_unittest.cc112 v4l2_crop crop; local
113 memset(&crop, 0, sizeof(crop));
114 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
115 crop.c = cropcap.defrect;
116 v4l2_dev.SetCrop(&crop);
127 v4l2_crop crop; local
128 memset(&crop, 0, sizeof(crop));
129 crop
[all...]
H A Dmedia_v4l2_device.cc101 v4l2_crop crop; local
102 memset(&crop, 0, sizeof(crop));
104 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
105 crop.c = cropcap.defrect;
106 SetCrop(&crop);
734 bool V4L2Device::GetCrop(v4l2_crop* crop) { argument
735 if (-1 == DoIoctl(VIDIOC_G_CROP, crop)) {
739 printf("crop: %d, %d, %d, %d\n",
740 crop
745 SetCrop(v4l2_crop* crop) argument
[all...]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_CROP.c31 struct v4l2_crop crop; local
33 memset(&crop, 0xff, sizeof(crop));
34 crop.type = type;
35 ret1 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop);
61 struct v4l2_crop crop; local
63 memset(&crop, 0xff, sizeof(crop));
64 crop.type = type;
65 ret1 = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop);
95 struct v4l2_crop crop; local
155 struct v4l2_crop crop; local
649 struct v4l2_crop crop; local
722 struct v4l2_crop crop; local
[all...]
/external/skia/bench/
H A DBlurImageFilterBench.cpp27 // When 'cropped' is set we apply a cropRect to the blurImageFilter. The crop rect is an inset of
32 // offsetImageFilter). The crop rect in this case is an inset of the source's natural dimensions.
33 // An additional crop rect is applied to the blurImageFilter that is just the natural dimensions
105 const SkImageFilter::CropRect* crop = variable
108 paint.setImageFilter(SkBlurImageFilter::Make(fSigmaX, fSigmaY, std::move(input), crop));
/external/libjpeg-turbo/
H A Ddjpeg.c95 boolean skip, crop; variable
175 fprintf(stderr, " -crop WxH+X+Y Decompress only a rectangular subregion of the image\n");
202 crop = FALSE;
391 } else if (keymatch(arg, "crop", 2)) {
399 crop = TRUE;
702 } else if (crop) {
705 /* Check for valid crop dimensions. We cannot check these values until
710 fprintf(stderr, "%s: crop dimensions exceed image dimensions %d x %d\n",
H A Dtransupp.h55 * We also offer a lossless-crop option, which discards data outside a given
57 * flip transforms, lossless crop is restricted by the JPEG format: the upper
59 * does not hold for the given crop parameters, we silently move the upper left
61 * dimensions to keep the lower right crop corner unchanged. (Thus, the
65 * We also provide a lossless-resize option, which is kind of a lossless-crop
70 * Rotate/flip transform, resize, and crop can be requested together in a
71 * single invocation. The crop is applied last --- that is, the crop region
99 * Codes for crop parameters, which can individually be unspecified,
123 boolean crop; /* i member in struct:__anon10765
[all...]
/external/ImageMagick/MagickCore/
H A Dtransform.c531 % o geometry: Define the region of the image to crop with members
566 Check crop geometry.
650 Initialize crop image attributes.
771 % o crop_geometry: A crop geometry string.
814 crop;
849 crop.y=(ssize_t) MagickRound((double) (offset.y-
852 crop.height=(size_t) MagickRound((double) (offset.y+
857 crop.y=(ssize_t) MagickRound((double) (offset.y-
860 crop.height=(size_t) MagickRound((double)
863 crop
808 crop; local
[all...]
/external/skia/src/effects/
H A DSkArithmeticImageFilter.cpp482 const SkImageFilter::CropRect* crop) {
502 std::move(foreground), crop);
507 new ArithmeticImageFilterImpl(k1, k2, k3, k4, enforcePMColor, inputs, crop));
478 Make(float k1, float k2, float k3, float k4, bool enforcePMColor, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkImageFilter::CropRect* crop) argument
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h187 * @crop: flag of crop supporting.
191 * @crop_min: crop min resolution.
192 * @crop_max: crop max resolution.
204 __u32 crop; member in struct:drm_exynos_ipp_prop_list
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2619 void Magick::Image::crop(const Geometry &geometry_) function in class:Magick::Image
/external/ImageMagick/MagickWand/
H A Dmagick-image.c2248 crop;
2256 crop.width=width;
2257 crop.height=height;
2258 crop.x=x;
2259 crop.y=y;
2260 crop_image=CropImage(wand->images,&crop,wand->exception);
2205 crop; local
/external/zxing/core/
H A Dcore.jar ... boolean isCropSupported () public com.google.zxing.LuminanceSource crop (int, int, int, int) int left int top int width ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 518 milliseconds