Searched refs:tjDecompressToYUVPlanes (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 50 tjDecompressToYUVPlanes;
|
D | turbojpeg-mapfile.jni | 76 tjDecompressToYUVPlanes;
|
D | turbojpeg.h | 1336 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle,
|
D | turbojpeg.c | 1615 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle, in tjDecompressToYUVPlanes() function 1851 return tjDecompressToYUVPlanes(handle, jpegBuf, jpegSize, dstPlanes, width, in tjDecompressToYUV2()
|
D | turbojpeg-jni.c | 853 if (tjDecompressToYUVPlanes(handle, jpegBuf, (unsigned long)jpegSize, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
|
D | ChangeLog.md | 294 `tjDecompressToYUVPlanes()` (sometimes manifesting as a double free) that 303 `tjDecompressToYUVPlanes()`. 438 `tjDecompressToYUVPlanes()`, `tjDecompressToYUV2()`, or the equivalent Java
|