Searched refs:tjDecompressToYUV2 (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 49 tjDecompressToYUV2;
|
D | turbojpeg-mapfile.jni | 75 tjDecompressToYUV2;
|
D | turbojpeg.h | 1268 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf,
|
D | tjunittest.c | 452 _tj(tjDecompressToYUV2(handle, jpegBuf, jpegSize, yuvBuf, scaledWidth, pad, in _decompTest()
|
D | tjbench.c | 198 if (tjDecompressToYUV2(handle, jpegBuf[tile], jpegSize[tile], yuvBuf, in decomp()
|
D | turbojpeg.c | 1731 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompressToYUV2() function 1799 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags); in tjDecompressToYUV()
|
D | ChangeLog.md | 81 `tjDecompressToYUVPlanes()`, `tjDecompressToYUV2()`, or the equivalent Java 491 header using the `tjDecompressToYUV2()` function would cause the function to 493 stack. This only occurred if `tjDecompressToYUV2()` was called prior to
|