Searched refs:tjDecompressHeader2 (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
H A Dturbojpeg.c684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, function
692 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression");
696 _throw("tjDecompressHeader2(): Invalid argument");
715 _throw("tjDecompressHeader2(): Could not determine subsampling type for JPEG image");
717 _throw("tjDecompressHeader2(): Invalid data returned in header");
727 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
/external/libjpeg-turbo/
H A Dturbojpeg.h1521 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
H A Dtjunittest.c464 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
H A Dturbojpeg.c1303 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, function
1316 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
/external/libvncserver/test/
H A Dtjunittest.c288 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
H A Dtjbench.c377 if(tjDecompressHeader2(handle, srcbuf, srcsize, &w, &h, &subsamp)==-1)
378 _throwtj("executing tjDecompressHeader2()");

Completed in 357 milliseconds