Searched defs:srcPlanes (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 910 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() 914 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
|
D | TJCompressor.java | 618 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV()
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 919 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() 923 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV()
|
D | TJCompressor.java | 625 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 972 const unsigned char **srcPlanes, in tjCompressFromYUVPlanes() 1114 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local 1429 const unsigned char **srcPlanes, in tjDecodeYUVPlanes() 1581 const unsigned char *srcPlanes[3]; in tjDecodeYUV() local
|
D | turbojpeg-jni.c | 330 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 911 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in TJDecompressor_decodeYUV() local
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 983 const unsigned char **srcPlanes, 1126 const unsigned char *srcPlanes[3]; local 1447 const unsigned char **srcPlanes, 1599 const unsigned char *srcPlanes[3]; local
|
D | turbojpeg-jni.c | 334 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 927 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in TJDecompressor_decodeYUV() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 912 const unsigned char **srcPlanes, in tjCompressFromYUVPlanes() 1052 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local 1358 const unsigned char **srcPlanes, in tjDecodeYUVPlanes() 1507 const unsigned char *srcPlanes[3]; in tjDecodeYUV() local
|
D | turbojpeg-jni.c | 321 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
|