/external/tensorflow/tensorflow/core/kernels/ |
sample_distorted_bounding_box_op.cc | 71 bool SatisfiesOverlapConstraints(const Rectangle& crop, 76 if (crop.Area() < kMinArea) { 89 const float object_covered = crop.Intersect(bbox).Area() / object_area; 99 // Generate a random crop within the rectangle 101 // The minimum area of the crop will be between
|
decode_image_op.cc | 76 flags_.crop = true; 194 if (flags.crop) { 195 // Update flags to include crop window. 230 errors::InvalidArgument("Invalid JPEG data or crop window, data size ",
|
/frameworks/native/services/surfaceflinger/layerproto/ |
LayerProtoParser.cpp | 103 layer->crop = generateRect(layerProto.crop()); 301 StringAppendF(&result, "crop=%s, finalCrop=%s, ", crop.to_string().c_str(),
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 17 package com.android.gallery3d.filtershow.crop; 116 RectF crop = mCropObj.getInnerBounds(); local 118 if (crop != newCropBounds || containing != newPhotoBounds 189 Log.w(LOGTAG, "crop reset called"); 302 // If crop object doesn't exist, create it and update it from master 358 // Draw crop rect and markers
|
/bionic/libc/kernel/uapi/drm/ |
exynos_drm.h | 124 __u32 crop; member in struct:drm_exynos_ipp_prop_list
|
/external/ImageMagick/MagickCore/ |
transform.c | 531 % o geometry: Define the region of the image to crop with members 540 #define CropImageTag "Crop/Image" 566 Check crop geometry. 592 Crop is not within virtual canvas, return 1 pixel transparent image. 650 Initialize crop image attributes. 668 Crop image. 762 % all the normal geometry flags for Crop. 771 % o crop_geometry: A crop geometry string. 814 crop; 821 Crop into NxM tiles (@ flag) 808 crop; local [all...] |
/external/drm_hwcomposer/ |
drmhwcomposer.h | 156 void SetSourceCrop(hwc_frect_t const &crop);
|
/external/kernel-headers/original/uapi/drm/ |
exynos_drm.h | 188 * @crop: flag of crop supporting. 192 * @crop_min: crop min resolution. 193 * @crop_max: crop max resolution. 205 __u32 crop; member in struct:drm_exynos_ipp_prop_list
|
/external/libjpeg-turbo/ |
djpeg.c | 94 boolean skip, crop; variable 174 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",
|
/external/libxcam/xcore/interface/ |
stitcher.h | 47 ImageCropInfo crop[XCAM_STITCH_FISHEYE_MAX_NUM]; member in struct:XCam::StitchInfo
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
jpeg_mem.cc | 73 // Check whether the crop window is valid, assuming crop is true. 76 // Crop window is valid only if it is non zero and all the window region is 177 if (flags.crop) { 178 // Update target output height and width based on crop window. 184 LOG(ERROR) << "Invalid crop window: x=" << flags.crop_x 224 if (flags.crop) { 241 // cinfo.output_width, but the target image width might be different if crop 340 if (flags.crop && cinfo.output_scanline < cinfo.output_height) { 424 if (flags.crop) { [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
DisplayContent.java | [all...] |
/frameworks/native/services/surfaceflinger/ |
BufferLayerConsumer.h | 194 bool canUseImageCrop(const Rect& crop) const; 232 // one yet, or the crop-rect has changed). 299 // mCurrentCrop is the crop rectangle that applies to the current texture.
|
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
LayerProtoParser.h | 94 LayerProtoParser::Rect crop; member in class:android::surfaceflinger::LayerProtoParser::Layer
|
/hardware/google/av/media/codecs/base/include/ |
SimpleC2Component.h | 136 const C2Rect &crop);
|
/hardware/intel/common/libva/va/ |
va_vpp.h | 353 /** \brief Mode Crop - crops the frame by the app provided percentage. */ 355 /** \brief Mode Crop Min Zoom - crops and then upscales the frame to half the black boundary. */ 357 /** \brief Mode Crop Full Zoom - crops and upscales the frame to original size. */ 907 float crop; member in struct:_VAProcFilterParameterBufferImageStabilization [all...] |
/hardware/qcom/display/msm8909/sdm/libs/core/ |
comp_manager.h | 67 DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90);
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_layers.h | 78 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
comp_manager.h | 68 DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
hwc_layers.h | 74 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_layers.h | 70 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
comp_manager.h | 68 DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_layers.h | 77 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizardState.java | 88 public boolean crop; field in class:CreateAssetSetWizardState
|
/frameworks/native/libs/gui/include/gui/ |
SurfaceComposerClient.h | 203 Transaction& setCrop(const sp<SurfaceControl>& sc, const Rect& crop); 204 Transaction& setFinalCrop(const sp<SurfaceControl>& sc, const Rect& crop);
|