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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 483 typedef void* tjhandle; typedef
511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
679 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
740 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
769 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,
780 DLLEXPORT tjhandle DLLCALL tjInitTransform(void);
    [all...]
turbojpegl.c 83 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
105 return (tjhandle)j;
114 DLLEXPORT int DLLCALL tjCompress(tjhandle h,
221 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
245 return (tjhandle)j;
249 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle h,
278 DLLEXPORT int DLLCALL tjDecompress(tjhandle h,
355 DLLEXPORT int DLLCALL tjDestroy(tjhandle h)
turbojpeg.c 448 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
478 static tjhandle _tjInitCompress(tjinstance *this)
498 return (tjhandle)this;
501 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
574 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
650 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
672 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf,
830 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf,
841 static tjhandle _tjInitDecompress(tjinstance *this)
861 return (tjhandle)this
    [all...]
turbojpeg-jni.c 58 handle=(tjhandle)(jlong)(*env)->GetLongField(env, obj, _fid); \
85 tjhandle handle;
103 tjhandle handle=0;
158 tjhandle handle=0;
214 tjhandle handle=0;
255 tjhandle handle=0;
297 tjhandle handle=0;
313 tjhandle handle;
356 tjhandle handle=0;
390 tjhandle handle=0
    [all...]
tjunittest.c 334 void compTest(tjhandle handle, unsigned char **dstBuf,
393 void _decompTest(tjhandle handle, unsigned char *jpegBuf,
457 void decompTest(tjhandle handle, unsigned char *jpegBuf,
483 tjhandle chandle=NULL, dhandle=NULL;
538 tjhandle handle=NULL;
jpegut.c 195 void gentestjpeg(tjhandle hnd, unsigned char *jpegbuf, unsigned long *size,
234 void gentestbmp(tjhandle hnd, unsigned char *jpegbuf, unsigned long jpegsize,
279 tjhandle hnd=NULL, dhnd=NULL; unsigned char *jpegbuf=NULL;
331 tjhandle hnd=NULL; unsigned long size;
tjbench.c 94 FILE *file=NULL; tjhandle handle=NULL;
246 FILE *file=NULL; tjhandle handle=NULL;
322 FILE *file=NULL; tjhandle handle=NULL;
466 FILE *file=NULL; tjhandle handle=NULL;
jpgtest.cxx 60 FILE *outfile; tjhandle hnd;

Completed in 146 milliseconds