Home
last modified time | relevance | path

Searched refs:setBuf (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java91 setBuf(null, null, width, strides, height, subsamp, true); in YUVImage()
110 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad, in YUVImage()
150 setBuf(planes, offsets, width, strides, height, subsamp, false); in YUVImage()
176 setBuf(yuvImage, width, pad, height, subsamp); in YUVImage()
212 public void setBuf(byte[][] planes, int[] offsets, int width, int strides[], in setBuf() method in YUVImage
214 setBuf(planes, offsets, width, strides, height, subsamp, false); in setBuf()
217 private void setBuf(byte[][] planes, int[] offsets, int width, int strides[], in setBuf() method in YUVImage
281 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf() method in YUVImage
306 setBuf(planes, offsets, width, strides, height, subsamp); in setBuf()
/external/libjpeg-turbo/java/
DTJBench.java176 yuvImage.setBuf(yuvImage.getBuf(), width, yuvpad, height, subsamp); in decomp()
335 yuvImage.setBuf(yuvImage.getBuf(), width, yuvpad, height, in fullTest()