Searched defs:tjDecompressHeader3 (Results 1 - 1 of 1) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg.c1284 DLLEXPORT int DLLCALL tjDecompressHeader3(tjhandle handle, function
1292 _throw("tjDecompressHeader3(): Instance has not been initialized for decompression");
1296 _throw("tjDecompressHeader3(): Invalid argument");
1323 _throw("tjDecompressHeader3(): Could not determine subsampling type for JPEG image");
1325 _throw("tjDecompressHeader3(): Could not determine colorspace of JPEG image");
1327 _throw("tjDecompressHeader3(): Invalid data returned in header");
1339 return tjDecompressHeader3(handle, jpegBuf, jpegSize, width, height,

Completed in 85 milliseconds