Home
last modified time | relevance | path

Searched refs:tjCompressFromYUVPlanes (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile45 tjCompressFromYUVPlanes;
Dturbojpeg-mapfile.jni71 tjCompressFromYUVPlanes;
Dturbojpeg.h893 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle,
Dturbojpeg.c971 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, in tjCompressFromYUVPlanes() function
1141 return tjCompressFromYUVPlanes(handle, srcPlanes, width, strides, height, in tjCompressFromYUV()
Dturbojpeg-jni.c390 if (tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()