Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile52 tjEncodeYUVPlanes;
Dturbojpeg-mapfile.jni78 tjEncodeYUVPlanes;
Dturbojpeg.h1026 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle,
Dturbojpeg.c830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUVPlanes() function
1020 return tjEncodeYUVPlanes(handle, srcBuf, width, pitch, height, pixelFormat, in tjEncodeYUV3()
Dturbojpeg-jni.c416 if(tjEncodeYUVPlanes(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], in TJCompressor_encodeYUV()