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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 740 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
    [all...]
tjunittest.c 434 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
tjbench.c 131 else if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw,
133 _throwtj("executing tjDecompress2()");
150 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width,
152 _throwtj("executing tjDecompress2()");
turbojpeg-jni.c 411 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize,
462 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize,
turbojpeg.c 939 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf,
952 _throw("tjDecompress2(): Instance has not been initialized for decompression");
956 _throw("tjDecompress2(): Invalid argument");
989 _throw("tjDecompress2(): Could not scale down to desired image dimensions");
1005 if(!rgbBuf) _throw("tjDecompress2(): Memory allocation failure");
1013 _throw("tjDecompress2(): Memory allocation failure");
1047 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,
    [all...]

Completed in 66 milliseconds