History log of /packages/apps/Camera2/jni/jpegutilnative.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e744b14ab0657d5e766d6313255eed6dd6eab2a 10-Feb-2015 Puneet Lall <puneetl@google.com> Add on-the-fly cropping and rotation to jpegutil

Bug: 19323062

* Adds another JpegUtilNative method for compression with a crop
rectangle.
* Improves speed of Jpeg compression with a non-zero rotation.
* Fixes small native memory leak caused by not calling
jpeg_destroy_compress() to free the libjpeg context.
* Adds gunit tests for native code.

Change-Id: Id0aa5fd525fb232c4241a6b24970923f4f2c20df
/packages/apps/Camera2/jni/jpegutilnative.cpp
0ad7ab0b0a0d17a96438a503d0c918979b5d6480 05-Sep-2014 Puneet Lall <puneetl@google.com> Implemented rotation of zsl images

Bug: 17370310
Change-Id: Ida437d817482d19224d7afd2f06b00960480bd1c
/packages/apps/Camera2/jni/jpegutilnative.cpp
967b782837a22974f565f5bbc71bef7bc05fc878 08-Aug-2014 Puneet Lall <puneetl@google.com> Implemented NDK libjpeg wrapper for YUV420 encoding.

Bug: 16676082
Change-Id: I588b8023b401d5e713762563c9265ec3d774a678
/packages/apps/Camera2/jni/jpegutilnative.cpp