/external/libjpeg-turbo/doc/html/search/ |
typedefs_74.js | 3 ['tjhandle',['tjhandle',['../group___turbo_j_p_e_g.html#ga758d2634ecb4949de7815cba621f5763',1,'turbojpeg.h']]],
|
all_74.js | 38 ['tjhandle',['tjhandle',['../group___turbo_j_p_e_g.html#ga758d2634ecb4949de7815cba621f5763',1,'turbojpeg.h']]], 73 ['tjtransform',['tjtransform',['../structtjtransform.html',1,'tjtransform'],['../group___turbo_j_p_e_g.html#gae403193ceb4aafb7e0f56ab587b48616',1,'tjTransform(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **dstBufs, unsigned long *dstSizes, tjtransform *transforms, int flags): turbojpeg.h'],['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'tjtransform(): turbojpeg.h']]],
|
/external/libjpeg-turbo/ |
turbojpeg.h | 585 typedef void* tjhandle; typedef 613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf, [all...] |
turbojpeg.c | 527 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) 557 static tjhandle _tjInitCompress(tjinstance *this) 579 return (tjhandle)this; 582 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) 731 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 808 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, 830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf, 991 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, unsigned char *srcBuf, 1027 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, 1035 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf [all...] |
turbojpeg-jni.c | 60 handle=(tjhandle)(size_t)(*env)->GetLongField(env, obj, _fid); \ 170 tjhandle handle; 188 tjhandle handle=0; 287 tjhandle handle=0; 363 tjhandle handle=0; 468 tjhandle handle=0; 530 tjhandle handle=0; 547 tjhandle handle; 592 tjhandle handle=0; 630 tjhandle handle=0 [all...] |
tjunittest.c | 395 void compTest(tjhandle handle, unsigned char **dstBuf, 416 tjhandle handle2=tjInitCompress(); 454 void _decompTest(tjhandle handle, unsigned char *jpegBuf, 478 tjhandle handle2=tjInitDecompress(); 523 void decompTest(tjhandle handle, unsigned char *jpegBuf, 550 tjhandle chandle=NULL, dhandle=NULL; 600 tjhandle handle=NULL;
|
tjbench.c | 109 FILE *file=NULL; tjhandle handle=NULL; 280 FILE *file=NULL; tjhandle handle=NULL; 479 FILE *file=NULL; tjhandle handle=NULL;
|
/external/libvncserver/common/ |
turbojpeg.h | 274 typedef void* tjhandle; typedef 302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void); 406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, 479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle); 509 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, 513 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle, 516 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle [all...] |
turbojpeg.c | 438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) 461 static tjhandle _tjInitCompress(tjinstance *this) 481 return (tjhandle)this; 484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) 538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, 645 static tjhandle _tjInitDecompress(tjinstance *this) 667 return (tjhandle)this; 670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) 684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle [all...] |
/external/libvncserver/test/ |
tjunittest.c | 238 void compTest(tjhandle handle, unsigned char **dstBuf, 272 void _decompTest(tjhandle handle, unsigned char *jpegBuf, 313 void decompTest(tjhandle handle, unsigned char *jpegBuf, 339 tjhandle chandle=NULL, dhandle=NULL; 381 tjhandle handle=NULL;
|
tjbench.c | 83 FILE *file=NULL; tjhandle handle=NULL; 212 FILE *file=NULL; tjhandle handle=NULL; 353 FILE *file=NULL; tjhandle handle=NULL;
|
/external/libvncserver/libvncserver/ |
tight.c | 152 static TLS tjhandle j = NULL; [all...] |