eclair snapshot
This commit is contained in:
@@ -52,8 +52,21 @@ 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;
|
||||
|
||||
/** YCbCr format used for images, which uses YUYV (YUY2) encoding format.
|
||||
* This is an alternative format for camera preview images. Whether this
|
||||
* format is supported by the camera hardware can be determined by
|
||||
* {@link android.hardware.Camera.Parameters#getSupportedPreviewFormats()}.
|
||||
*/
|
||||
public static final int YCbCr_422_I = 0x14;
|
||||
|
||||
/**
|
||||
* Encoded formats. These are not necessarily supported by the hardware.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user