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

YuvImage.java

package android.graphics;
public class YuvImage
{
public  YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { throw new RuntimeException("Stub!"); }
public  boolean compressToJpeg(android.graphics.Rect rectangle, int quality, java.io.OutputStream stream) { throw new RuntimeException("Stub!"); }
public  byte[] getYuvData() { throw new RuntimeException("Stub!"); }
public  int getYuvFormat() { throw new RuntimeException("Stub!"); }
public  int[] getStrides() { throw new RuntimeException("Stub!"); }
public  int getWidth() { throw new RuntimeException("Stub!"); }
public  int getHeight() { throw new RuntimeException("Stub!"); }
}