Searched refs:YuvImage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java22 * YuvImage contains YUV data and provides a method that compresses a region of
30 public class YuvImage { class
66 * Construct an YuvImage.
71 * @param width The width of the YuvImage.
72 * @param height The height of the YuvImage.
79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { method in class:YuvImage
109 * Compress a rectangle region in the YuvImage to a jpeg.

Completed in 55 milliseconds