Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c715 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() argument
738 pixelFormat < 0 || pixelFormat >= TJ_NUMPF || !dstPlanes || in tjEncodeYUVPlanes()
739 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
741 if (subsamp != TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
831 ptr = dstPlanes[i]; in tjEncodeYUVPlanes()
876 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local
889 dstPlanes[0] = dstBuf; in tjEncodeYUV3()
893 dstPlanes[1] = dstPlanes[2] = NULL; in tjEncodeYUV3()
899 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3()
900 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3()
[all …]
Dturbojpeg-jni.c397 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
441 bailif0(dstPlanes[i] = in TJCompressor_encodeYUV()
443 dstPlanes[i] = &dstPlanes[i][dstOffsets[i]]; in TJCompressor_encodeYUV()
448 width, pitch, height, pf, dstPlanes, dstStrides, in TJCompressor_encodeYUV()
455 if (dstPlanes[i] && jDstPlanes[i]) in TJCompressor_encodeYUV()
456 (*env)->ReleasePrimitiveArrayCritical(env, jDstPlanes[i], dstPlanes[i], in TJCompressor_encodeYUV()
754 unsigned char *jpegBuf = NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
808 bailif0(dstPlanes[i] = in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
810 dstPlanes[i] = &dstPlanes[i][dstOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
815 dstPlanes, desiredWidth, dstStrides, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
[all …]
Dturbojpeg.h1107 int pixelFormat, unsigned char **dstPlanes,
1328 unsigned char **dstPlanes, int width,
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java631 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
643 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
DTJDecompressor.java907 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()