Searched refs:srcPlanes (Results 1 - 5 of 5) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg.c1074 const unsigned char **srcPlanes, int width, const int *strides, int height,
1093 if(!srcPlanes || !srcPlanes[0] || width<=0 || height<=0 || subsamp<0
1097 if(subsamp!=TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2]))
1139 ptr=(JSAMPLE *)srcPlanes[i];
1209 const unsigned char *srcPlanes[3]; local
1218 srcPlanes[0]=srcBuf;
1223 srcPlanes[1]=srcPlanes[
1073 tjCompressFromYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, int width, const int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) argument
1533 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) argument
1700 const unsigned char *srcPlanes[3]; local
[all...]
H A Dturbojpeg.h749 * @param srcPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
810 const unsigned char **srcPlanes, int width, const int *strides, int height,
1305 * @param srcPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1350 const unsigned char **srcPlanes, const int *strides, int subsamp,
H A Dturbojpeg-jni.c294 const unsigned char *srcPlanes[3]; local
336 bailif0(srcPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jSrcPlanes[i],
338 srcPlanes[i]=&srcPlanes[i][srcOffsets[i]];
344 if(tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height,
352 if(srcPlanes[i] && jSrcPlanes[i])
354 (unsigned char *)srcPlanes[i], 0);
853 const unsigned char *srcPlanes[3]; local
898 bailif0(srcPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jSrcPlanes[i],
900 srcPlanes[
[all...]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java888 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, argument
892 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, argument
H A DTJCompressor.java603 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, argument

Completed in 108 milliseconds