android.graphics
Class ImageFormat

java.lang.Object
  extended by android.graphics.ImageFormat

public class ImageFormat
extends Object


Field Summary
static int JPEG
           
static int NV16
           
static int NV21
           
static int RGB_565
           
static int UNKNOWN
           
static int YUY2
           
static int YV12
           
 
Constructor Summary
ImageFormat()
           
 
Method Summary
static int getBitsPerPixel(int format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ImageFormat

public ImageFormat()
Method Detail

getBitsPerPixel

public static int getBitsPerPixel(int format)


Copyright © 2008-2012. All Rights Reserved.