docs only.

add documentation to notify developers about variable
camera specifications and add some more links

Change-Id: I46ef9811af17858cbc6547f88e626becb481b043
This commit is contained in:
Scott Main
2009-09-10 12:22:07 -07:00
parent dac0d75ad7
commit df4578e8ab
2 changed files with 51 additions and 6 deletions

View File

@@ -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;
/**