Home
last modified time | relevance | path

Searched refs:dstPlanes (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.c868 int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, in tjEncodeYUVPlanes() argument
894 || pixelFormat>=TJ_NUMPF || !dstPlanes || !dstPlanes[0] || subsamp<0 in tjEncodeYUVPlanes()
897 if(subsamp!=TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
990 ptr=dstPlanes[i]; in tjEncodeYUVPlanes()
1033 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local
1042 dstPlanes[0]=dstBuf; in tjEncodeYUV3()
1047 dstPlanes[1]=dstPlanes[2]=NULL; in tjEncodeYUV3()
1054 dstPlanes[1]=dstPlanes[0]+strides[0]*ph0; in tjEncodeYUV3()
1055 dstPlanes[2]=dstPlanes[1]+strides[1]*ph1; in tjEncodeYUV3()
1059 dstPlanes, strides, subsamp, flags); in tjEncodeYUV3()
[all …]
Dturbojpeg-jni.c371 unsigned char *srcBuf=NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
415 bailif0(dstPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], in TJCompressor_encodeYUV()
417 dstPlanes[i]=&dstPlanes[i][dstOffsets[i]]; in TJCompressor_encodeYUV()
422 width, pitch, height, pf, dstPlanes, dstStrides, subsamp, flags)==-1) in TJCompressor_encodeYUV()
429 if(dstPlanes[i] && jDstPlanes[i]) in TJCompressor_encodeYUV()
430 (*env)->ReleasePrimitiveArrayCritical(env, jDstPlanes[i], dstPlanes[i], in TJCompressor_encodeYUV()
728 unsigned char *jpegBuf=NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
784 bailif0(dstPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
786 dstPlanes[i]=&dstPlanes[i][dstOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
791 dstPlanes, desiredWidth, dstStrides, desiredHeight, flags)==-1) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
[all …]
Dturbojpeg.h1029 int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp,
1242 unsigned char **dstPlanes, int width, int *strides, int height, int flags);
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java614 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
624 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
DTJDecompressor.java885 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV() argument
/external/dng_sdk/source/
Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
1325 dstPlanes, in Render()