/frameworks/base/core/jni/ |
D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 65 int cropRight, int cropBottom, int rot90); 300 int cropBottom, int rot90) { in forCropFollowedByRotation() argument 305 cropBottom -= 1; in forCropFollowedByRotation() 308 int cropYLow = min(cropTop, cropBottom); in forCropFollowedByRotation() 310 int cropYHigh = max(cropTop, cropBottom); in forCropFollowedByRotation() 522 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() argument 529 finalHeight = cropBottom - cropTop; in compress() 534 finalWidth = cropBottom - cropTop; in compress() 537 finalWidth = cropBottom - cropTop; in compress() 555 cropLeft, cropTop, cropRight, cropBottom, rot90); in compress() [all …]
|
/frameworks/ex/camera2/extensions/jni/ |
D | JpegEncoder.cpp | 63 int cropRight, int cropBottom, int rot90); 298 int cropBottom, int rot90) { in forCropFollowedByRotation() argument 303 cropBottom -= 1; in forCropFollowedByRotation() 306 int cropYLow = min(cropTop, cropBottom); in forCropFollowedByRotation() 308 int cropYHigh = max(cropTop, cropBottom); in forCropFollowedByRotation() 520 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() argument 527 finalHeight = cropBottom - cropTop; in compress() 532 finalWidth = cropBottom - cropTop; in compress() 535 finalWidth = cropBottom - cropTop; in compress() 553 cropLeft, cropTop, cropRight, cropBottom, rot90); in compress() [all …]
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | JpegEncoder.java | 97 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() argument
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 127 float cropBottom = cropTop + getHeight() / scale; in getCrop() local 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 149 size_t cropRight, size_t cropBottom,
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 1083 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 1088 &cropBottom)) { in convertMetaDataToMessage() 1089 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 1919 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 1924 &cropBottom)) { in convertMessageToMetaData() 1929 if (cropTop < 0 || cropTop > cropBottom || cropBottom >= height) { in convertMessageToMetaData() 1930 ALOGE("Invalid value of cropTop: %d and/or cropBottom: %d", cropTop, cropBottom); in convertMessageToMetaData() 1933 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraExtensionJpegProcessor.java | 193 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() argument
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 785 int cropRight, int cropBottom) in ImageReader_createImagePlanes() argument 820 Rect cropRect(cropLeft, cropTop, cropRight, cropBottom); in ImageReader_createImagePlanes()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 733 final int cropBottom = cropTop + mCropSize; in onLayout() local 737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 1499 int cropRight, int cropBottom); in nativeCreateImagePlanes() argument
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2086 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 2089 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 2092 displayHeight = cropBottom - cropTop + 1; in updateVideoSize()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 570 size_t cropRight, size_t cropBottom, in BitmapParams() argument 579 mCropBottom(cropBottom) { in BitmapParams()
|