Home
last modified time | relevance | path

Searched defs:dstPlanes (Results 1 – 11 of 11) sorted by relevance

/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()
643 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java907 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java638 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
650 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java916 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c758 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
Dturbojpeg-jni.c412 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/
Dturbojpeg.c769 int pixelFormat, unsigned char **dstPlanes,
930 unsigned char *dstPlanes[3]; local
1636 unsigned char **dstPlanes, int width,
1817 unsigned char *dstPlanes[3]; local
Dturbojpeg-jni.c420 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/
Dturbojpeg.c698 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
Dturbojpeg-jni.c397 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