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.java888 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
892 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
DTJCompressor.java603 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV()
/external/libjpeg-turbo/
Dturbojpeg.c1088 const unsigned char **srcPlanes, int width, const int *strides, int height, in tjCompressFromYUVPlanes()
1228 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local
1557 const unsigned char **srcPlanes, const int *strides, int subsamp, in tjDecodeYUVPlanes()
1728 const unsigned char *srcPlanes[3]; in tjDecodeYUV() local
Dturbojpeg-jni.c294 const unsigned char *srcPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
853 const unsigned char *srcPlanes[3]; in TJDecompressor_decodeYUV() local