Home
last modified time | relevance | path

Searched refs:crop (Results 1 – 25 of 32) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DMotionBlurComponent.java35 public int[] crop = new int[4]; field in MotionBlurComponent.BlurRecord
77 mHistory[mCurrentStep].crop[0] = drawableCrop[0]; in update()
78 mHistory[mCurrentStep].crop[1] = drawableCrop[1]; in update()
79 mHistory[mCurrentStep].crop[2] = drawableCrop[2]; in update()
80 mHistory[mCurrentStep].crop[3] = drawableCrop[3]; in update()
100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]); in update()
DOpenGLSystem.java61 public static final void setTextureCrop(int[] crop) { in setTextureCrop() argument
63 cropSignature = (crop[0] + crop[1]) << 16; in setTextureCrop()
64 cropSignature |= crop[2] + crop[3]; in setTextureCrop()
68 crop, 0); in setTextureCrop()
/external/chromium_org/content/common/gpu/media/
Dv4l2_image_processor.cc262 struct v4l2_crop crop; in CreateInputBuffers() local
263 memset(&crop, 0, sizeof(crop)); in CreateInputBuffers()
264 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CreateInputBuffers()
265 crop.c.left = 0; in CreateInputBuffers()
266 crop.c.top = 0; in CreateInputBuffers()
267 crop.c.width = base::checked_cast<__u32>(input_visible_size_.width()); in CreateInputBuffers()
268 crop.c.height = base::checked_cast<__u32>(input_visible_size_.height()); in CreateInputBuffers()
269 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_S_CROP, &crop); in CreateInputBuffers()
314 struct v4l2_crop crop; in CreateOutputBuffers() local
315 memset(&crop, 0, sizeof(crop)); in CreateOutputBuffers()
[all …]
Dv4l2_video_encode_accelerator.cc938 struct v4l2_crop crop; in SetFormats() local
939 memset(&crop, 0, sizeof(crop)); in SetFormats()
940 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in SetFormats()
941 crop.c.left = 0; in SetFormats()
942 crop.c.top = 0; in SetFormats()
943 crop.c.width = visible_size_.width(); in SetFormats()
944 crop.c.height = visible_size_.height(); in SetFormats()
945 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_S_CROP, &crop); in SetFormats()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.h148 size_t width, size_t height, bool interpolate, bool crop) const;
158 bool interpolate, bool crop) const;
165 bool crop) const;
172 bool crop) const;
Dnullvideoframe.h83 size_t width, size_t height, bool interpolate, bool crop) const {} in StretchToPlanes() argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.h88 size_t width, size_t height, bool interpolate, bool crop) const;
90 bool interpolate, bool crop) const;
92 bool crop) const;
94 bool crop) const;
/external/chromium_org/third_party/hwcplus/include/system/
Dwindow.h632 android_native_rect_t const * crop) in native_window_set_crop() argument
634 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop()
653 android_native_rect_t const * crop) in native_window_set_post_transform_crop() argument
655 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); in native_window_set_post_transform_crop()
/external/chromium_org/ui/file_manager/gallery/css/
Dgallery.css70 .gallery[tools] .image-container[cursor='crop'] {
230 * independently from their parent (which can be dimmed when the crop frame
273 of the crop frame */
626 .gallery > .toolbar button.crop {
632 .gallery > .toolbar button.crop:active,
633 .gallery > .toolbar button.crop[pressed] {
915 .gallery .crop-overlay {
922 .gallery .crop-overlay .shadow {
926 .gallery .crop-overlay .middle-box {
932 .gallery .crop-frame {
[all …]
/external/qemu/android/camera/
Dcamera-capture-linux.c290 struct v4l2_crop crop; in _camera_device_reset() local
308 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in _camera_device_reset()
309 crop.c = cropcap.defrect; /* reset to default */ in _camera_device_reset()
310 _xioctl (cd->handle, VIDIOC_S_CROP, &crop); in _camera_device_reset()
800 struct v4l2_crop crop; in camera_device_open() local
817 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in camera_device_open()
818 crop.c = cropcap.defrect; /* reset to default */ in camera_device_open()
819 _xioctl (cd->handle, VIDIOC_S_CROP, &crop); in camera_device_open()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dchange_picture_options.css100 #user-image-stream-crop {
110 .flip-x #user-image-stream-crop {
/external/chromium_org/third_party/libjpeg_turbo/
Dtransupp.h133 boolean crop; /* if TRUE, crop source image */ member
Dturbojpeg.c1229 xinfo[i].crop=(t[i].options&TJXOPT_CROP)? 1:0; in tjTransform()
1233 if(xinfo[i].crop) in tjTransform()
1261 if(xinfo[i].crop) in tjTransform()
1280 if(!xinfo[i].crop) in tjTransform()
Djpegtran.c145 transformoption.crop = FALSE; in parse_switches()
Dtransupp.c798 info->crop = FALSE; in jtransform_parse_crop_spec()
842 info->crop = TRUE; in jtransform_parse_crop_spec()
979 if (info->crop) { in jtransform_request_workspace()
DChangeLog.txt109 [9] The width and height in the -crop argument passed to jpegtran can now be
240 crop operations to be batched together, so the source coefficients only need to
Dchange.log15 Add option to disable the region adjustment in the transupp crop code.
DREADME-turbo.txt313 -- jpegtran: forcing width/height when performing lossless crop
/external/chromium_org/ui/file_manager/video_player/css/
Darrow_box.css25 * independently from their parent (which can be dimmed when the crop frame
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_user_image.css138 #user-image-stream-crop {
146 .flip-x #user-image-stream-crop {
Dscreen_supervised_user_creation.css445 #supervised-user-creation-image-stream-crop {
453 .flip-x #supervised-user-creation-image-stream-crop {
/external/kernel-headers/original/uapi/drm/
Dexynos_drm.h219 __u32 crop; member
/external/webp/
DREADME170 -crop <x> <y> <w> <h> .. crop picture with the given rectangle
272 -crop <x> <y> <w> <h> ... crop output with the given rectangle
/external/llvm/lib/CodeGen/
DREADME.txt119 crop up unpredictably. Consider:
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_mac.mm379 // supported format and let the client crop/pad the captured frames.

12