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 731 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
742 _throw("tjCompress2(): Instance has not been initialized for compression");
747 _throw("tjCompress2(): Invalid argument");
762 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
785 _throw("tjCompress2(): Memory allocation failure");
821 retval=tjCompress2(handle, srcBuf, width, pitch, height,
    [all...]

Completed in 34 milliseconds