Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c831 int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() argument
857 || pixelFormat>=TJ_NUMPF || !dstPlanes || !dstPlanes[0] || subsamp<0 in tjEncodeYUVPlanes()
860 if(subsamp!=TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
952 ptr=dstPlanes[i]; in tjEncodeYUVPlanes()
995 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local
1004 dstPlanes[0]=dstBuf; in tjEncodeYUV3()
1009 dstPlanes[1]=dstPlanes[2]=NULL; in tjEncodeYUV3()
1016 dstPlanes[1]=dstPlanes[0]+strides[0]*ph0; in tjEncodeYUV3()
1017 dstPlanes[2]=dstPlanes[1]+strides[1]*ph1; in tjEncodeYUV3()
1021 dstPlanes, strides, subsamp, flags); in tjEncodeYUV3()
[all …]
Dturbojpeg-jni.c366 unsigned char *srcBuf=NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
410 bailif0(dstPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], in TJCompressor_encodeYUV()
412 dstPlanes[i]=&dstPlanes[i][dstOffsets[i]]; in TJCompressor_encodeYUV()
417 width, pitch, height, pf, dstPlanes, dstStrides, subsamp, flags)==-1) in TJCompressor_encodeYUV()
424 if(dstPlanes[i] && jDstPlanes[i]) in TJCompressor_encodeYUV()
425 (*env)->ReleasePrimitiveArrayCritical(env, jDstPlanes[i], dstPlanes[i], in TJCompressor_encodeYUV()
723 unsigned char *jpegBuf=NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
777 bailif0(dstPlanes[i]=(*env)->GetPrimitiveArrayCritical(env, jDstPlanes[i], in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
779 dstPlanes[i]=&dstPlanes[i][dstOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
784 dstPlanes, desiredWidth, dstStrides, desiredHeight, flags)==-1) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
[all …]
Dturbojpeg.h1028 unsigned char **dstPlanes, int *strides, int subsamp, int flags);
1243 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes,
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java615 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
624 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
DTJDecompressor.java877 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()