Searched defs:dstPlanes (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 614 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV() 624 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
|
D | TJDecompressor.java | 885 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 | 868 int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, in tjEncodeYUVPlanes() 1038 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 1762 unsigned char **dstPlanes, int width, int *strides, int height, int flags) in tjDecompressToYUVPlanes() 1943 unsigned char *dstPlanes[3]; in tjDecompressToYUV2() local
|
D | turbojpeg-jni.c | 371 unsigned char *srcBuf=NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local 728 unsigned char *jpegBuf=NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
|