HomeSort by relevance Sort by last modified time
    Searched refs:dstBufs (Results 1 - 5 of 5) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java 84 * @param dstBufs an array of image buffers. <code>dstbufs[i]</code> will
97 public void transform(byte[][] dstBufs, TJTransform[] transforms,
101 transformedSizes = transform(jpegBuf, jpegBufSize, dstBufs, transforms,
122 byte[][] dstBufs = new byte[transforms.length][];
131 dstBufs[i] = new byte[TJ.bufSize(w, h, jpegSubsamp)];
134 transform(dstBufs, transforms, flags);
136 tjd[i] = new TJDecompressor(dstBufs[i], transformedSizes[i]);
155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs,
  /external/libjpeg-turbo/
turbojpeg-jni.c     [all...]
turbojpeg.h     [all...]
turbojpeg.c     [all...]
  /external/libjpeg-turbo/doc/html/search/
all_74.js 84 ['tjtransform',['tjtransform',['../structtjtransform.html',1,'tjtransform'],['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'tjtransform():&#160;turbojpeg.h'],['../group___turbo_j_p_e_g.html#ga9cb8abf4cc91881e04a0329b2270be25',1,'tjTransform(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **dstBufs, unsigned long *dstSizes, tjtransform *transforms, int flags):&#160;turbojpeg.h']]],

Completed in 215 milliseconds