History log of /frameworks/base/graphics/java/android/graphics/YuvImage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7fb597df52c7c6569a1c9ebacfb7629cf3dc6dc1 04-Feb-2011 Keiji Ariyama <keiji_ariyama@c-lis.co.jp> Fixing the wrong link in YuvImage JavaDoc.

Change-Id: Ie6334e16424e59b75274ef265f10d26ba484316a
/frameworks/base/graphics/java/android/graphics/YuvImage.java
a696f5d667227365da732481770767dcb330dd23 18-Feb-2010 Mathias Agopian <mathias@google.com> Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it.

PixelFormat's corresponding constansts are now deprecated.
/frameworks/base/graphics/java/android/graphics/YuvImage.java
d2391faa5d21a7513f321c03da0945277e291ad7 05-Feb-2010 Wei-Ta Chen <weita@google.com> Modify the API of YuvImage, so that callers do not need to deal with
the yuv format when specifying a rectangle region.

Bug: 2285598
/frameworks/base/graphics/java/android/graphics/YuvImage.java
c58ffe8253ca76160908d153242d8150f668ea32 27-Jan-2010 Wei-Ta Chen <weita@google.com> Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG.

Bug: 2285598
/frameworks/base/graphics/java/android/graphics/YuvImage.java
bca2d613e0d6d2630fedd302c0d779b7610adbcf 30-Nov-2009 Wei-Ta Chen <weita@google.com> Add a Java API that converts yuv data to a jpeg.

The compression is done in the native layer via calling libjpeg.

Bug: 2285598
/frameworks/base/graphics/java/android/graphics/YuvImage.java