Searched refs:tjInitCompress (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
H A Djpegut.c287 if((hnd=tjInitCompress())==NULL)
288 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
332 if((hnd=tjInitCompress())==NULL)
333 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
H A Dtjunittest.c495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
541 if((handle=tjInitCompress())==NULL) _throwtj();
H A Djpgtest.cxx110 if((hnd=tjInitCompress())==NULL)
112 printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr());
H A Dturbojpegl.c83 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) function
182 _throw("Memory allocation failed in tjInitCompress()");
H A Dtjbench.c264 if((handle=tjInitCompress())==NULL)
265 _throwtj("executing tjInitCompress()");
367 if((handle=tjInitCompress())==NULL)
368 _throwtj("executing tjInitCompress()");
H A Dturbojpeg-jni.c87 if((handle=tjInitCompress())==NULL)
H A Dturbojpeg.c501 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) function
507 "tjInitCompress(): Memory allocation failure");

Completed in 134 milliseconds