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

  /external/libvncserver/common/
turbojpeg.h 406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
turbojpeg.c 684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
692 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression");
696 _throw("tjDecompressHeader2(): Invalid argument");
715 _throw("tjDecompressHeader2(): Could not determine subsampling type for JPEG image");
717 _throw("tjDecompressHeader2(): Invalid data returned in header");
727 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
  /external/libjpeg-turbo/
turbojpeg.h     [all...]
tjunittest.c 464 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
turbojpeg.c     [all...]
  /external/libvncserver/test/
tjunittest.c 288 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
tjbench.c 377 if(tjDecompressHeader2(handle, srcbuf, srcsize, &w, &h, &subsamp)==-1)
378 _throwtj("executing tjDecompressHeader2()");

Completed in 44 milliseconds