Home
last modified time | relevance | path

Searched defs:cropTop (Results 1 – 12 of 12) sorted by relevance

/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DJpegEncoder.java97 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp299 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/
DJpegEncoder.cpp297 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/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp35 const android_ycbcr &ycbcr, int32_t cropTop, int32_t cropLeft, in initDstYUV()
DColorConverter.cpp569 size_t cropLeft, size_t cropTop, in BitmapParams()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionJpegProcessor.java193 int cropLeft, int cropTop, int cropRight, int cropBottom, in compressJpegFromYUV420pNative()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java125 float cropTop = -edges.top / scale; in getCrop() local
/frameworks/av/media/libstagefright/
DUtils.cpp1083 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/
DImageReader.java1498 GraphicBuffer buffer, int fenceFd, int format, int cropLeft, int cropTop, in nativeCreateImagePlanes()
/frameworks/base/media/jni/
Dandroid_media_ImageReader.cpp784 int numPlanes, jobject buffer, int fenceFd, int format, int cropLeft, int cropTop, in ImageReader_createImagePlanes()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java731 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2086 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local