/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#gad02cd42b69f193a0623a9c801788df3a',1,'tjTransform(tjhandle handle, const 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, const unsigned char *srcBuf, 739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, 809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle [all...] |
turbojpeg.c | 551 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) 581 static tjhandle _tjInitCompress(tjinstance *this) 605 return (tjhandle)this; 608 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) 757 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf, 835 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, 857 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, 1020 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, 1056 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, 1064 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf [all...] |
turbojpeg-jni.c | 64 handle=(tjhandle)(size_t)(*env)->GetLongField(env, obj, _fid); \ 174 tjhandle handle; 192 tjhandle handle=0; 291 tjhandle handle=0; 368 tjhandle handle=0; 473 tjhandle handle=0; 535 tjhandle handle=0; 552 tjhandle handle; 597 tjhandle handle=0; 635 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; 284 FILE *file=NULL; tjhandle handle=NULL; 486 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...] |