History log of /packages/apps/Camera2/jni/jpegutil.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5aa01058465e55324dacaa3915b5d8f5cd66e78 07-Apr-2017 Tomasz Wasilczyk <twasilczyk@google.com> Fix unused parameter and signedness warnings.

Test: it builds.
Bug: b/37159108
Change-Id: I092e9318eb4952cb9799a3c6f4be2d7c24b7706c
/packages/apps/Camera2/jni/jpegutil.h
eee841b9cb6590506d65b2777c165bb94a7fb417 19-Oct-2016 David Benjamin <davidben@google.com> Fix trivial warning in jpegutil.h.

This flew by in the build output. There's a bunch of other warnings, but
this one's easy. Forward declarations should match the actual definition
in struct-vs-class-ness.

Change-Id: I189cabf7846fc90f0597f16509800340dd7956e5
Test: mma
/packages/apps/Camera2/jni/jpegutil.h
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/jpegutil.h
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/jpegutil.h