Searched refs:tjDecodeYUVPlanes (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 47 tjDecodeYUVPlanes;
|
D | turbojpeg-mapfile.jni | 73 tjDecodeYUVPlanes;
|
D | turbojpeg.h | 1450 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle,
|
D | turbojpeg.c | 1428 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle, in tjDecodeYUVPlanes() function 1608 return tjDecodeYUVPlanes(handle, srcPlanes, strides, subsamp, dstBuf, width, in tjDecodeYUV()
|
D | turbojpeg-jni.c | 972 if (tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()
|
D | ChangeLog.md | 334 6. Fixed an issue whereby `tjDecodeYUV()` and `tjDecodeYUVPlanes()` would throw
|