Home
last modified time | relevance | path

Searched refs:cropRight (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp65 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 DCropView.java126 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 DCameraExtensionJpegProcessor.java189 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative() argument
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp782 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 DImageReader.java1496 int cropRight, int cropBottom); in nativeCreateImagePlanes() argument