Searched refs:tjCompressFromYUVPlanes (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 45 tjCompressFromYUVPlanes;
|
D | turbojpeg-mapfile.jni | 71 tjCompressFromYUVPlanes;
|
D | turbojpeg.h | 893 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle,
|
D | turbojpeg.c | 971 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, in tjCompressFromYUVPlanes() function 1141 return tjCompressFromYUVPlanes(handle, srcPlanes, width, strides, height, in tjCompressFromYUV()
|
D | turbojpeg-jni.c | 390 if (tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
|