Example usage for Java android.graphics YuvImage fields, constructors, methods, implement or subclass
The text is from its open source code.
YuvImage(byte[] yuv, int format, int width, int height, int[] strides) Construct an YuvImage. |
boolean | compressToJpeg(Rect rectangle, int quality, OutputStream stream) Compress a rectangle region in the YuvImage to a jpeg. |
int | getHeight() |
int | getWidth() |