YuvImagepublic class YuvImage extends Object
Constructors Summary |
---|
public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public boolean | compressToJpeg(android.graphics.Rect rectangle, int quality, java.io.OutputStream stream) throw new RuntimeException("Stub!");
| public int | getHeight() throw new RuntimeException("Stub!");
| public int[] | getStrides() throw new RuntimeException("Stub!");
| public int | getWidth() throw new RuntimeException("Stub!");
| public byte[] | getYuvData() throw new RuntimeException("Stub!");
| public int | getYuvFormat() throw new RuntimeException("Stub!");
|
|