History log of /frameworks/base/graphics/java/android/graphics/ImageFormat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd925885283396c0379ec2dcaa94e318993f40f8 07-Oct-2013 Eino-Ville Talvala <etalvala@google.com> DO NOT MERGE: Hide new camera API.

Not yet ready.

Bug: 11141002

Change-Id: I4704bffb9ba36af47a66dc5b49cbba00be623aae
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
b7645acfd929911adeeea44334a3168dd0a0cf8b 03-Aug-2013 Igor Murashkin <iam@google.com> Merge "graphics: Update ImageFormat#YUV_420_888 javadoc"
7a600ff65fa79696a2668c7d33101b6ac6696f04 01-Aug-2013 Igor Murashkin <iam@google.com> graphics: Update ImageFormat#YUV_420_888 javadoc

* Make it clear that the Y-plane is not interleaved for YUV_420_888
* Make it clear that the U/V plane have the same stride
* Make it clear what the order of Y/U/V planes is

Change-Id: Id85d7c68e84382149dbf0e8b4e965ba2988326fe
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
2f1a2e423e0fbb64467d6fcfa4e82c6384f31210 26-Jul-2013 Eino-Ville Talvala <etalvala@google.com> Camera2 API: Rename package to android.hardware.camera2

Change-Id: I77b7939e199f9fe8e12a59393c24cff08097448c
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
1eb818e5b3481ee1c9722ad6b7bd925afdadb441 14-Jun-2013 Zhijun He <zhijunhe@google.com> Add Y8 and Y16 image format

These APIs are hidden. Also correct the value of RAW_SENSOR.

Bug: 9254294
Change-Id: Ic6271f5f6bfcfdd8b545d69a9a2154241c34d73b
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
b2675542c2f414154125b534767ae0903fba581e 12-Dec-2012 Eino-Ville Talvala <etalvala@google.com> Initial commit of new camera API, mostly just the interface.

- New core API classes in android.hardware.photography
- android.media.Image and android.media.ImageReader classes for
application access to direct hardware image buffers.
- Additions to android.graphics.ImageFormat to describe new image
types needed by new camera API.
- Some documentation included; very little implementation.

Bug: 9111736
Change-Id: I0680f35944d1cb8845b7dc0c67edc8c0f0864573
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
951516358e2841d2425f610bcd0175d9960135d2 03-May-2012 Eino-Ville Talvala <etalvala@google.com> Update docs for YV12 format and camera preview callbacks.

- Define stride for YV12 when using it for preview callbacks

- Include equations for calculating stride and start indexes of Y, U,
and V planes for YV12.

- Add more cross-references so that equations are easier to find.

Bug: 6330501
Change-Id: I85a78757ec767d08173b9fe714adb715835244b4
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
9184ec307be30719b2b7bfc3fb3e0a1365ccdf73 11-Apr-2012 Eino-Ville Talvala <etalvala@google.com> Editing fixes to ImageFormat documentation.

Change-Id: I74738a65abc3abbb49825b16f4efe3ac2eb6d28e
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
70fb9085044c5e6f52c33c970d238b764cf2373b 02-Aug-2011 Wu-cheng Li <wuchengli@google.com> Add camera bayer image format.

The API are hidden.

bug:5086073

Change-Id: Ic9a53e5d5007ad3f12a28406ee25098227f14cbc
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
58a7775d3e12efdc5aaaf19d0ac5e487d622cf36 01-Mar-2011 Mathias Agopian <mathias@google.com> fix YV12 documentation

Change-Id: I9a2022101930721a3b3bacc95b02ca21d05f21bb
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
525af5d5b0fcd4de9bac2f4be016cdd2f3534a40 01-Mar-2011 Mathias Agopian <mathias@google.com> reformat file, which contained tabs instead of spaces

Change-Id: If26ef8be8c80a7894d256572cb3b9e60742dce57
/frameworks/base/graphics/java/android/graphics/ImageFormat.java
058d0390a44f68b67788021bae9ca1775812997b 07-Jul-2010 Mathias Agopian <mathias@google.com> Remove the YV16 format for simplicity's sake.

Change-Id: Iee03d100933ba0c67b13d51e0435be3b4cd953cf
/frameworks/base/graphics/java/android/graphics/ImageFormat.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/ImageFormat.java