/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
people_result.cc | 48 // crop it to a square 32x32 using its smart cropping algorithm.
|
/external/chromium_org/chrome/renderer/ |
mock_printer.h | 149 // Specifies whether to retain/crop/scale source page size to fit the
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
math_delimiters.json | 107 "default": "bottom right crop" 115 "default": "bottom left crop" 123 "default": "top right crop" 131 "default": "top left crop"
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
pixel.py | 67 screenshot = screenshot.Crop(
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
avisynth.php | 68 'ColorKeyMask', 'Crop', 'CropBottom', 'ChangeFPS', 'ConvertFPS', 'ComplementParity', 'ConvertAudioTo8bit',
|
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.h | 90 // mCrop is the current crop rectangle for this buffer slot.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CropFilter.java | 128 // Calculate transform for crop
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 157 nativeBuffer->crop = b.mCrop;
|
Surface.cpp | 280 // Make sure the crop rectangle is entirely inside the buffer. 281 Rect crop; local 282 mCrop.intersect(Rect(buffer->width, buffer->height), &crop); 287 crop, mScalingMode, mTransform, mSwapIntervalZero, fence);
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 139 //mAlloc->crop = b.mCrop;
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 745 cam_rect_t crop; member in struct:__anon31328 801 uint8_t is_crop_valid; /* if crop data is valid */ 802 cam_crop_data_t crop_data; /* crop data */ 1264 cam_crop_param_t crop; member in struct:__anon31365 [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.h | 165 * Bounding box to crop the mosaic when the gray border is not desired.
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Mosaic.h | 165 * Bounding box to crop the mosaic when the gray border is not desired.
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
GeometryMathUtils.java | 17 package com.android.camera.crop;
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 121 intent.putExtra("crop", "true");
|
/packages/apps/Gallery2/ |
AndroidManifest.xml | 277 android:name="com.android.gallery3d.filtershow.crop.CropActivity" 278 android:label="@string/crop" 279 android:theme="@style/Theme.Crop" 282 <action android:name="com.android.camera.action.CROP" />
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.h | 165 * Bounding box to crop the mosaic when the gray border is not desired.
|
/external/qemu/tcg/ppc/ |
tcg-target.c | 1125 int crop, sh, arg; local 1193 crop = 0; 1199 crop = 0; 1205 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT); 1211 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT); 1214 if (crop) tcg_out32 (s, crop); [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 1053 int crop, sh, arg; local 1128 crop = 0; 1134 crop = 0; 1140 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT); 1146 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT); 1149 if (crop) tcg_out32 (s, crop); [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStream.cpp | 331 * @previewWindoe : preview window ops table to set preview crop window 332 * @crop_info : crop info 343 // get stream param for crop info 347 mCropInfo = crop_info.crop_info[i].crop; 350 // update preview window crop if it's preview/postview stream 790 * DESCRIPTION: query crop info of the stream 793 * @crop : reference to struct to store the queried crop info 799 int32_t QCameraStream::getCropInfo(cam_rect_t &crop) 802 crop = mCropInfo [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStream.cpp | 331 * @previewWindoe : preview window ops table to set preview crop window 332 * @crop_info : crop info 343 // get stream param for crop info 347 mCropInfo = crop_info.crop_info[i].crop; 350 // update preview window crop if it's preview/postview stream 790 * DESCRIPTION: query crop info of the stream 793 * @crop : reference to struct to store the queried crop info 799 int32_t QCameraStream::getCropInfo(cam_rect_t &crop) 802 crop = mCropInfo [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_view.js | 700 * Visualizes crop or rotate operation. Hide the old image instantly, animate 704 * @param {Rect} imageCropRect The crop rectangle in image coordinates. 742 * Visualizes "undo crop". Shrink the current image to the given crop rectangle 746 * @param {Rect} imageCropRect The crop rectangle in image coordinates. [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | 692 /* crop */ 1507 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local 1643 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 893 cam_rect_t crop; local 894 memset(&crop, 0, sizeof(cam_rect_t)); 896 //main_stream->getCropInfo(crop); 909 jpg_job.encode_job.main_dim.crop = crop; 920 memset(&crop, 0, sizeof(cam_rect_t)); 922 //thumb_stream->getCropInfo(crop); [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 899 cam_rect_t crop; local 900 memset(&crop, 0, sizeof(cam_rect_t)); 902 //main_stream->getCropInfo(crop); 915 jpg_job.encode_job.main_dim.crop = crop; [all...] |