Home
last modified time | relevance | path

Searched refs:tjDecompressToYUV2 (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile49 tjDecompressToYUV2;
Dturbojpeg-mapfile.jni75 tjDecompressToYUV2;
Dturbojpeg.h1279 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf,
Dtjbench.c208 if (tjDecompressToYUV2(handle, jpegBuf[tile], jpegSize[tile], yuvBuf, in decomp()
Dturbojpeg.c1795 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompressToYUV2() function
1863 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags); in tjDecompressToYUV()
DChangeLog.md275 3. Fixed out-of-bounds write in `tjDecompressToYUV2()` and
284 decompress some such images using `tjDecompressToYUV2()` or
420 `tjDecompressToYUVPlanes()`, `tjDecompressToYUV2()`, or the equivalent Java
831 header using the `tjDecompressToYUV2()` function would cause the function to
833 stack. This only occurred if `tjDecompressToYUV2()` was called prior to
Dtjunittest.c468 TRY_TJ(tjDecompressToYUV2(handle, jpegBuf, jpegSize, yuvBuf, scaledWidth, in _decompTest()