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.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()
/external/dng_sdk/source/
Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
/external/libjpeg-turbo/
Dturbojpeg.c715 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
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