HomeSort by relevance Sort by last modified time
    Searched defs:setBuf (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
YUVImage.java 91 setBuf(null, null, width, strides, height, subsamp, true);
109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad,
149 setBuf(planes, offsets, width, strides, height, subsamp, false);
175 setBuf(yuvImage, width, pad, height, subsamp);
211 public void setBuf(byte[][] planes, int[] offsets, int width, int strides[],
213 setBuf(planes, offsets, width, strides, height, subsamp, false);
216 private void setBuf(byte[][] planes, int[] offsets, int width, int strides[],
220 throw new IllegalArgumentException("Invalid argument in YUVImage::setBuf()");
226 throw new IllegalArgumentException("YUVImage::setBuf(): planes, offsets, or strides array is the wrong size");
248 throw new IllegalArgumentException("Invalid argument in YUVImage::setBuf()");
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 55 milliseconds