/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 727 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 …]
|
D | turbojpeg-jni.c | 415 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()
|
D | turbojpeg.h | 1107 int pixelFormat, unsigned char **dstPlanes, 1328 unsigned char **dstPlanes, int width,
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 698 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 …]
|
D | turbojpeg-jni.c | 397 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 …]
|
D | turbojpeg.h | 1107 int pixelFormat, unsigned char **dstPlanes, 1328 unsigned char **dstPlanes, int width,
|
/third_party/skia/third_party/externals/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()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 631 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument 643 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
|
D | TJDecompressor.java | 907 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV() argument
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 638 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument 650 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() argument
|
D | TJDecompressor.java | 907 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_render.cpp | 1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local 1325 dstPlanes, in Render()
|