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

  /external/libvncserver/common/
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.c     [all...]

Completed in 62 milliseconds