Searched defs:rot90 (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/util/ |
D | JpegUtilNative.java | 103 int rot90); in compressJpegFromYUV420pNative() 120 int pStride, int rStride, Object outBitmap, int rot90); in copyImagePlaneToBitmap() 122 public static void copyImagePlaneToBitmap(ImageProxy.Plane plane, Bitmap bitmap, int rot90) { in copyImagePlaneToBitmap() 145 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in compressJpegFromYUV420p()
|
/packages/apps/Camera2/jni/ |
D | jpegutilnative.cpp | 87 jint rot90) { in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative() 120 jint pStride, jint rStride, jobject outBitmap, jint rot90) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
|
D | jpegutil.cpp | 95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) { in ForCropFollowedByRotation() 322 int rot90) { in Compress()
|