Searched refs:tjEncodeYUVPlanes (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 52 tjEncodeYUVPlanes;
|
D | turbojpeg-mapfile.jni | 78 tjEncodeYUVPlanes;
|
D | turbojpeg.h | 1026 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle,
|
D | turbojpeg.c | 830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUVPlanes() function 1020 return tjEncodeYUVPlanes(handle, srcBuf, width, pitch, height, pixelFormat, in tjEncodeYUV3()
|
D | turbojpeg-jni.c | 416 if(tjEncodeYUVPlanes(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], in TJCompressor_encodeYUV()
|