Home
last modified time | relevance | path

Searched refs:tjDecompressToYUVPlanes (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile50 tjDecompressToYUVPlanes;
Dturbojpeg-mapfile.jni76 tjDecompressToYUVPlanes;
Dturbojpeg.h1336 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle,
Dturbojpeg.c1615 DLLEXPORT int tjDecompressToYUVPlanes(tjhandle handle, in tjDecompressToYUVPlanes() function
1851 return tjDecompressToYUVPlanes(handle, jpegBuf, jpegSize, dstPlanes, width, in tjDecompressToYUV2()
Dturbojpeg-jni.c853 if (tjDecompressToYUVPlanes(handle, jpegBuf, (unsigned long)jpegSize, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
DChangeLog.md294 `tjDecompressToYUVPlanes()` (sometimes manifesting as a double free) that
303 `tjDecompressToYUVPlanes()`.
438 `tjDecompressToYUVPlanes()`, `tjDecompressToYUV2()`, or the equivalent Java