/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() 643 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
|
D | TJDecompressor.java | 907 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV()
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 638 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() 650 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
|
D | TJDecompressor.java | 916 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_render.cpp | 1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 758 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 919 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 1618 unsigned char **dstPlanes, int width, in tjDecompressToYUVPlanes() 1799 unsigned char *dstPlanes[3]; in tjDecompressToYUV2() local
|
D | turbojpeg-jni.c | 412 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in TJCompressor_encodeYUV() local 782 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 769 int pixelFormat, unsigned char **dstPlanes, 930 unsigned char *dstPlanes[3]; local 1636 unsigned char **dstPlanes, int width, 1817 unsigned char *dstPlanes[3]; local
|
D | turbojpeg-jni.c | 420 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in TJCompressor_encodeYUV() local 794 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 698 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 859 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 1544 unsigned char **dstPlanes, int width, in tjDecompressToYUVPlanes() 1718 unsigned char *dstPlanes[3]; in tjDecompressToYUV2() local
|
D | turbojpeg-jni.c | 397 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local 754 unsigned char *jpegBuf = NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
|