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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 6 ['tjcompress2',['tjCompress2',['../group___turbo_j_p_e_g.html#gaf38f2ed44bdc88e730e08b632fa6e88e',1,'turbojpeg.h']]],
all_74.js 11 ['tjcompress2',['tjCompress2',['../group___turbo_j_p_e_g.html#gaf38f2ed44bdc88e730e08b632fa6e88e',1,'turbojpeg.h']]],
  /external/libvncserver/common/
turbojpeg.h 352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
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/libvncserver/test/
tjunittest.c 256 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp,
408 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &jpegBuf,
426 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &jpegBuf,
tjbench.c 258 if(tjCompress2(handle, srcbuf, tilew, pitch, tileh, pf, &jpegbuf[0],
260 _throwtj("executing tjCompress2()");
274 if(tjCompress2(handle, srcptr2, width, pitch, height, pf,
  /external/libjpeg-turbo/
turbojpeg.h 674 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
    [all...]
tjunittest.c 439 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp,
637 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf,
669 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf,
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");
781 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
788 _throw("tjCompress2(): Memory allocation failure");
848 retval=tjCompress2(handle, srcBuf, width, pitch, height,
    [all...]
tjbench.c 375 if(tjCompress2(handle, srcptr2, width, pitch, height, pf,
377 _throwtj("executing tjCompress2()");
turbojpeg-jni.c 218 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width,
    [all...]

Completed in 150 milliseconds