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

  /external/libvncserver/common/
turbojpeg.c 538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
549 _throw("tjCompress2(): Instance has not been initialized for compression");
554 _throw("tjCompress2(): Invalid argument");
569 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
590 _throw("tjCompress2(): Memory allocation failure");
619 retval=tjCompress2(handle, srcBuf, width, pitch, height,
  /external/libjpeg-turbo/
turbojpeg.c 757 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
768 _throw("tjCompress2(): Instance has not been initialized for compression");
773 _throw("tjCompress2(): Invalid argument");
788 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
811 _throw("tjCompress2(): Memory allocation failure");
848 retval=tjCompress2(handle, srcBuf, width, pitch, height,
    [all...]

Completed in 1199 milliseconds