Home
last modified time | relevance | path

Searched refs:dstPlanes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c758 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes()
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[ in tjEncodeYUV3()
756 tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, int flags) tjEncodeYUVPlanes() argument
1615 tjDecompressToYUVPlanes(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) tjDecompressToYUVPlanes() argument
1799 unsigned char *dstPlanes[3]; tjDecompressToYUV2() local
[all...]
H A Dturbojpeg.h1088 * @param dstPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1118 int pixelFormat, unsigned char **dstPlanes,
1295 * @param dstPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1339 unsigned char **dstPlanes, int width,
H A Dturbojpeg-jni.c412 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()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
1325 dstPlanes, in Render()

Completed in 8 milliseconds