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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
H A Djpgtest.cxx178 if((hnd=tjInitDecompress())==NULL)
180 printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr());
H A Dturbojpegl.c221 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) function
311 _throw("Memory allocation failed in tjInitDecompress()");
H A Djpegut.c289 if((dhnd=tjInitDecompress())==NULL)
290 {printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr()); bailout();}
H A Dtjunittest.c495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
H A Dtjbench.c111 if((handle=tjInitDecompress())==NULL)
112 _throwtj("executing tjInitDecompress()");
H A Dturbojpeg-jni.c315 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
H A Dturbojpeg.c864 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) function
870 "tjInitDecompress(): Memory allocation failure");

Completed in 157 milliseconds