Lines Matching refs:tjDecompressToYUV2
1874 DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
1886 _throw("tjDecompressToYUV2(): Invalid argument");
1892 _throw("tjDecompressToYUV2(): Could not determine subsampling type for JPEG image");
1906 _throw("tjDecompressToYUV2(): Could not scale down to desired image dimensions");
1939 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags);