Home
last modified time | relevance | path

Searched defs:srcPlanes (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java910 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
914 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
DTJCompressor.java618 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV()
/external/libjpeg-turbo/
Dturbojpeg.c938 const unsigned char **srcPlanes, in tjCompressFromYUVPlanes()
1078 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local
1384 const unsigned char **srcPlanes, in tjDecodeYUVPlanes()
1533 const unsigned char *srcPlanes[3]; in tjDecodeYUV() local
Dturbojpeg-jni.c321 const unsigned char *srcPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
875 const unsigned char *srcPlanes[3]; in TJDecompressor_decodeYUV() local