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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 679 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
    [all...]
tjunittest.c 416 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
turbojpeg.c 878 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
886 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression");
890 _throw("tjDecompressHeader2(): Invalid argument");
908 _throw("tjDecompressHeader2(): Could not determine subsampling type for JPEG image");
910 _throw("tjDecompressHeader2(): Invalid data returned in header");
920 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
    [all...]
tjbench.c 494 if(tjDecompressHeader2(handle, srcbuf, srcsize, &w, &h, &subsamp)==-1)
495 _throwtj("executing tjDecompressHeader2()");
turbojpeg-jni.c 367 if(tjDecompressHeader2(handle, jpegBuf, (unsigned long)jpegSize,

Completed in 1495 milliseconds