FileDocCategorySizeDatePackage
YuvImage.javaAPI DocAndroid 5.1 API653Sat Mar 14 14:09:36 GMT 2015android.graphics

YuvImage

public class YuvImage extends Object

Fields Summary
Constructors Summary
public YuvImage(byte[] yuv, int format, int width, int height, int[] strides)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleancompressToJpeg(android.graphics.Rect rectangle, int quality, java.io.OutputStream stream)

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public int[]getStrides()

 throw new RuntimeException("Stub!"); 
public intgetWidth()

 throw new RuntimeException("Stub!"); 
public byte[]getYuvData()

 throw new RuntimeException("Stub!"); 
public intgetYuvFormat()

 throw new RuntimeException("Stub!");