Lines Matching refs:tjDecodeYUVPlanes
1502 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle,
1527 _throw("tjDecodeYUVPlanes(): Instance has not been initialized for decompression");
1532 _throw("tjDecodeYUVPlanes(): Invalid argument");
1534 _throw("tjDecodeYUVPlanes(): Invalid argument");
1544 _throw("tjDecodeYUVPlanes(): Cannot decode YUV images into CMYK pixels.");
1588 if(!rgbBuf) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1595 _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1609 if(!_tmpbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1611 if(!tmpbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1622 if(!inbuf[i]) _throw("tjDecodeYUVPlanes(): Memory allocation failure");
1693 return tjDecodeYUVPlanes(handle, srcPlanes, strides, subsamp, dstBuf, width,