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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 769 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,
    [all...]
tjunittest.c 430 _tj(tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags));
tjbench.c 128 if(tjDecompressToYUV(handle, jpegbuf[0], jpegsize[0], dstbuf, flags)==-1)
129 _throwtj("executing tjDecompressToYUV()");
141 if(tjDecompressToYUV(handle, jpegbuf[0], jpegsize[0], dstbuf, flags)==-1)
142 _throwtj("executing tjDecompressToYUV()");
turbojpeg.c 1045 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags);
1052 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,
1069 _throw("tjDecompressToYUV(): Instance has not been initialized for decompression");
1072 _throw("tjDecompressToYUV(): Invalid argument");
1102 _throw("tjDecompressToYUV(): Memory allocation failure");
1112 _throw("tjDecompressToYUV(): Memory allocation failure");
1117 _throw("tjDecompressToYUV(): Memory allocation failure");
    [all...]
turbojpeg-jni.c 512 if(tjDecompressToYUV(handle, jpegBuf, (unsigned long)jpegSize, dstBuf,

Completed in 1076 milliseconds