Searched defs:dstPlanes (Results 1 – 5 of 5) sorted by relevance
/external/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()
|
/external/dng_sdk/source/ |
D | dng_render.cpp | 1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 715 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 876 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 1561 unsigned char **dstPlanes, int width, in tjDecompressToYUVPlanes() 1735 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
|