From df4578e8ab7008a7e528d5af2ae761b33cf2bdf4 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 10 Sep 2009 12:22:07 -0700 Subject: docs only. add documentation to notify developers about variable camera specifications and add some more links Change-Id: I46ef9811af17858cbc6547f88e626becb481b043 --- graphics/java/android/graphics/PixelFormat.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'graphics') diff --git a/graphics/java/android/graphics/PixelFormat.java b/graphics/java/android/graphics/PixelFormat.java index 159accc..221c2f8 100644 --- a/graphics/java/android/graphics/PixelFormat.java +++ b/graphics/java/android/graphics/PixelFormat.java @@ -52,6 +52,12 @@ public class PixelFormat * by the hardware. */ public static final int YCbCr_422_SP= 0x10; + + /** YCbCr format used for images, which uses the NV21 encoding format. + * This is the default format for camera preview images, when not + * otherwise set with + * {@link android.hardware.Camera.Parameters#setPreviewFormat(int)}. + */ public static final int YCbCr_420_SP= 0x11; /** -- cgit v1.1