OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstBufs
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java
83
* @param
dstBufs
an array of image buffers. <code>
dstbufs
[i]</code> will
96
public void transform(byte[][]
dstBufs
, TJTransform[] transforms,
100
transformedSizes = transform(jpegBuf, jpegBufSize,
dstBufs
, transforms,
121
byte[][]
dstBufs
= new byte[transforms.length][];
130
dstBufs
[i] = new byte[TJ.bufSize(w, h, jpegSubsamp)];
133
transform(
dstBufs
, transforms, flags);
135
tjd[i] = new TJDecompressor(
dstBufs
[i], transformedSizes[i]);
154
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
73
['tjtransform',['tjtransform',['../structtjtransform.html',1,'tjtransform'],['../group___turbo_j_p_e_g.html#gae403193ceb4aafb7e0f56ab587b48616',1,'tjTransform(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **
dstBufs
, unsigned long *dstSizes, tjtransform *transforms, int flags): turbojpeg.h'],['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'tjtransform(): turbojpeg.h']]],
Completed in 83 milliseconds