Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Dturbojpeg.c727 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() argument
750 pixelFormat < 0 || pixelFormat >= TJ_NUMPF || !dstPlanes || in tjEncodeYUVPlanes()
751 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
753 if (subsamp != TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
843 ptr = dstPlanes[i]; in tjEncodeYUVPlanes()
888 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local
901 dstPlanes[0] = dstBuf; in tjEncodeYUV3()
905 dstPlanes[1] = dstPlanes[2] = NULL; in tjEncodeYUV3()
911 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3()
912 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3()
[all …]
Dturbojpeg-jni.c415 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
444 SAFE_RELEASE(jDstPlanes[i], dstPlanes[i]); \ in TJCompressor_encodeYUV()
476 BAILIF0(dstPlanes[i] = in TJCompressor_encodeYUV()
478 dstPlanes[i] = &dstPlanes[i][dstOffsets[i]]; in TJCompressor_encodeYUV()
483 width, pitch, height, pf, dstPlanes, dstStrides, in TJCompressor_encodeYUV()
789 unsigned char *jpegBuf = NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
827 SAFE_RELEASE(jDstPlanes[i], dstPlanes[i]); \ in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
860 BAILIF0(dstPlanes[i] = in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
862 dstPlanes[i] = &dstPlanes[i][dstOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
867 dstPlanes, desiredWidth, dstStrides, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
Dturbojpeg.h1107 int pixelFormat, unsigned char **dstPlanes,
1328 unsigned char **dstPlanes, int width,
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c698 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() argument
721 pixelFormat < 0 || pixelFormat >= TJ_NUMPF || !dstPlanes || in tjEncodeYUVPlanes()
722 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
724 if (subsamp != TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes()
814 ptr = dstPlanes[i]; in tjEncodeYUVPlanes()
859 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local
872 dstPlanes[0] = dstBuf; in tjEncodeYUV3()
876 dstPlanes[1] = dstPlanes[2] = NULL; in tjEncodeYUV3()
882 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3()
883 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,
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c758 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 …]
Dturbojpeg.h1118 int pixelFormat, unsigned char **dstPlanes,
1339 unsigned char **dstPlanes, int width,
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/flutter/skia/third_party/externals/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
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java638 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
650 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
DTJDecompressor.java907 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
1325 dstPlanes, in Render()