/external/libjpeg-turbo/doc/html/search/ |
functions_74.js | 11 ['tjdecompress2',['tjDecompress2',['../group___turbo_j_p_e_g.html#gada69cc6443d1bb493b40f1626259e5e9',1,'turbojpeg.h']]],
|
all_74.js | 22 ['tjdecompress2',['tjDecompress2',['../group___turbo_j_p_e_g.html#gada69cc6443d1bb493b40f1626259e5e9',1,'turbojpeg.h']]],
|
/external/libvncserver/common/ |
turbojpeg.h | 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
turbojpeg.c | 746 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, 759 _throw("tjDecompress2(): Instance has not been initialized for decompression"); 763 _throw("tjDecompress2(): Invalid argument"); 797 _throw("tjDecompress2(): Could not scale down to desired image dimensions"); 813 if(!rgbBuf) _throw("tjDecompress2(): Memory allocation failure"); 821 _throw("tjDecompress2(): Memory allocation failure"); 852 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,
|
/external/libjpeg-turbo/ |
turbojpeg.h | [all...] |
tjunittest.c | 508 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
|
turbojpeg.c | [all...] |
tjbench.c | 174 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, 176 _throwtj("executing tjDecompress2()");
|
turbojpeg-jni.c | 651 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, [all...] |
/external/libvncserver/test/ |
tjunittest.c | 299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
|
tjbench.c | 115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, 117 _throwtj("executing tjDecompress2()"); 129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, 131 _throwtj("executing tjDecompress2()");
|