Home
last modified time | relevance | path

Searched refs:tjDecompressHeader2 (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile20 tjDecompressHeader2;
Dturbojpeg-mapfile.jni20 tjDecompressHeader2;
Dturbojpeg.h1732 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf,
Dturbojpeg.c1244 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2() function
1260 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height, in tjDecompressHeader()
Dtjunittest.c443 TRY_TJ(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh, in _decompTest()