Searched defs:cropRight (Results 1 – 11 of 11) sorted by relevance
/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()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 299 Transform Transform::forCropFollowedByRotation(int cropLeft, int cropTop, int cropRight, in forCropFollowedByRotation() 522 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() 585 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in CameraExtensionJpegProcessor_compressJpegFromYUV420p()
|
/frameworks/ex/camera2/extensions/jni/ |
D | JpegEncoder.cpp | 297 Transform Transform::forCropFollowedByRotation(int cropLeft, int cropTop, int cropRight, in forCropFollowedByRotation() 520 int cropLeft, int cropTop, int cropRight, int cropBottom, in compress() 583 jint cropLeft, jint cropTop, jint cropRight, jint cropBottom, in JpegEncoder_compressJpegFromYUV420p()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraExtensionJpegProcessor.java | 193 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 126 float cropRight = cropLeft + getWidth() / scale; in getCrop() local
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 1083 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 1919 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 1499 int cropRight, int cropBottom); in nativeCreateImagePlanes()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 785 int cropRight, int cropBottom) in ImageReader_createImagePlanes()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 732 final int cropRight = cropLeft + mCropSize; in onLayout() local
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 570 size_t cropRight, size_t cropBottom, in BitmapParams()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2086 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local
|