summaryrefslogtreecommitdiffstats
path: root/jni/jpegutilnative.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add on-the-fly cropping and rotation to jpegutilPuneet Lall2015-03-051-23/+66
| | | | | | | | | | | | | 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
* Implemented rotation of zsl imagesPuneet Lall2014-09-051-0/+65
| | | | | Bug: 17370310 Change-Id: Ida437d817482d19224d7afd2f06b00960480bd1c
* Implemented NDK libjpeg wrapper for YUV420 encoding.Puneet Lall2014-08-111-0/+59
Bug: 16676082 Change-Id: I588b8023b401d5e713762563c9265ec3d774a678