Searched refs:cropRight (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 65 int cropRight, int cropBottom, int rot90); 304 cropRight -= 1; in forCropFollowedByRotation() 307 int cropXLow = min(cropLeft, cropRight); in forCropFollowedByRotation() 309 int cropXHigh = max(cropLeft, cropRight); in forCropFollowedByRotation() 522 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() argument 528 finalWidth = cropRight - cropLeft; in compress() 535 finalHeight = cropRight - cropLeft; in compress() 538 finalHeight = cropRight - cropLeft; in compress() 555 cropLeft, cropTop, cropRight, cropBottom, rot90); in compress() 585 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in CameraExtensionJpegProcessor_compressJpegFromYUV420p() argument [all …]
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | CropView.java | 126 float cropRight = cropLeft + getWidth() / scale; in getCrop() local 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraExtensionJpegProcessor.java | 189 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() argument
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_ImageReader.cpp | 782 int cropRight, int cropBottom) in ImageReader_createImagePlanes() argument 817 Rect cropRect(cropLeft, cropTop, cropRight, cropBottom); in ImageReader_createImagePlanes()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ImageReader.java | 1496 int cropRight, int cropBottom); in nativeCreateImagePlanes() argument
|