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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
    [all...]
jpgtest.cxx 178 if((hnd=tjInitDecompress())==NULL)
180 printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr());
turbojpegl.c 221 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
311 _throw("Memory allocation failed in tjInitDecompress()");
jpegut.c 289 if((dhnd=tjInitDecompress())==NULL)
290 {printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr()); bailout();}
tjunittest.c 495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
tjbench.c 111 if((handle=tjInitDecompress())==NULL)
112 _throwtj("executing tjInitDecompress()");
turbojpeg-jni.c 315 if((handle=tjInitDecompress())==NULL) _throw(tjGetErrorStr());
turbojpeg.c 864 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
870 "tjInitDecompress(): Memory allocation failure");
    [all...]

Completed in 421 milliseconds