android.graphics
Class ImageFormat
java.lang.Object
android.graphics.ImageFormat
public class ImageFormat
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
RGB_565
public static final int RGB_565
- See Also:
- Constant Field Values
YV12
public static final int YV12
- See Also:
- Constant Field Values
NV16
public static final int NV16
- See Also:
- Constant Field Values
NV21
public static final int NV21
- See Also:
- Constant Field Values
YUY2
public static final int YUY2
- See Also:
- Constant Field Values
JPEG
public static final int JPEG
- See Also:
- Constant Field Values
ImageFormat
public ImageFormat()
getBitsPerPixel
public static int getBitsPerPixel(int format)
Copyright © 2008-2012. All Rights Reserved.