Searched refs:dstPlanes (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 758 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() argument 781 pixelFormat < 0 || pixelFormat >= TJ_NUMPF || !dstPlanes || in tjEncodeYUVPlanes() 782 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes() 784 if (subsamp != TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes() 874 ptr = dstPlanes[i]; in tjEncodeYUVPlanes() 919 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 932 dstPlanes[0] = dstBuf; in tjEncodeYUV3() 936 dstPlanes[1] = dstPlanes[2] = NULL; in tjEncodeYUV3() 942 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3() 943 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3() [all …]
|
D | turbojpeg.h | 1118 int pixelFormat, unsigned char **dstPlanes, 1339 unsigned char **dstPlanes, int width,
|
D | turbojpeg-jni.c | 412 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in TJCompressor_encodeYUV() local 468 dstPlanes[i] = &dstPlanesTmp[i][dstOffsets[i]]; in TJCompressor_encodeYUV() 474 width, pitch, height, pf, dstPlanes, dstStrides, in TJCompressor_encodeYUV() 782 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local 848 dstPlanes[i] = &dstPlanesTmp[i][dstOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 854 dstPlanes, desiredWidth, dstStrides, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
|
/external/dng_sdk/source/ |
D | dng_render.cpp | 1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local 1325 dstPlanes, in Render()
|