Lines Matching refs:tjDecodeYUVPlanes
1533 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle,
1559 _throw("tjDecodeYUVPlanes(): Instance has not been initialized for decompression");
1564 _throw("tjDecodeYUVPlanes(): Invalid argument");
1566 _throw("tjDecodeYUVPlanes(): Invalid argument");
1576 _throw("tjDecodeYUVPlanes(): Cannot decode YUV images into CMYK pixels.");
1620 if(!rgbBuf) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1627 _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1641 if(!_tmpbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1643 if(!tmpbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1654 if(!inbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1725 return tjDecodeYUVPlanes(handle, srcPlanes, strides, subsamp, dstBuf, width,