Searched defs:YUVImage (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 66 public class YUVImage { class 90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage() method in YUVImage 108 public YUVImage(int width, int pad, int height, int subsamp) { in YUVImage() method in YUVImage 147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() method in YUVImage 173 public YUVImage(byte[] yuvImage, int width, int pad, int height, in YUVImage() method in YUVImage
|