Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java614 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
624 int srcStride, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java885 byte[][] dstPlanes, int[] dstOffsets, int desiredWidth, int[] dstStrides, in decompressToYUV()
/external/dng_sdk/source/
Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
/external/libjpeg-turbo/
Dturbojpeg.c868 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
Dturbojpeg-jni.c371 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