/external/libjpeg-turbo/doc/html/search/ |
functions_74.js | 6 ['tjcompress2',['tjCompress2',['../group___turbo_j_p_e_g.html#gaba62b7a98f960839b588579898495cf2',1,'turbojpeg.h']]],
|
all_74.js | 11 ['tjcompress2',['tjCompress2',['../group___turbo_j_p_e_g.html#gaba62b7a98f960839b588579898495cf2',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 | 361 * Disable buffer (re)allocation. If passed to #tjCompress2() or 675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, 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 | 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...] |
tjbench.c | 365 if(tjCompress2(handle, srcptr2, width, pitch, height, pf, 367 _throwtj("executing tjCompress2()");
|
turbojpeg-jni.c | 214 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width, [all...] |