Home
last modified time | relevance | path

Searched refs:srcPlanes (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c972 const unsigned char **srcPlanes, in tjCompressFromYUVPlanes() argument
995 if (!srcPlanes || !srcPlanes[0] || width <= 0 || height <= 0 || in tjCompressFromYUVPlanes()
999 if (subsamp != TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2])) in tjCompressFromYUVPlanes()
1039 ptr = (JSAMPLE *)srcPlanes[i]; in tjCompressFromYUVPlanes()
1114 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local
1127 srcPlanes[0] = srcBuf; in tjCompressFromYUV()
1131 srcPlanes[1] = srcPlanes[2] = NULL; in tjCompressFromYUV()
1137 srcPlanes[1] = srcPlanes[0] + strides[0] * ph0; in tjCompressFromYUV()
1138 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV()
1141 return tjCompressFromYUVPlanes(handle, srcPlanes, width, strides, height, in tjCompressFromYUV()
[all …]
Dturbojpeg.h894 const unsigned char **srcPlanes,
1451 const unsigned char **srcPlanes,
Dturbojpeg-jni.c330 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
385 srcPlanes[i] = &srcPlanesTmp[i][srcOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
390 if (tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
911 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in TJDecompressor_decodeYUV() local
967 srcPlanes[i] = &srcPlanesTmp[i][srcOffsets[i]]; in TJDecompressor_decodeYUV()
972 if (tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()
/third_party/libjpeg-turbo/
Dturbojpeg.c983 const unsigned char **srcPlanes, argument
1007 if (!srcPlanes || !srcPlanes[0] || width <= 0 || height <= 0 ||
1011 if (subsamp != TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2]))
1051 ptr = (JSAMPLE *)srcPlanes[i];
1126 const unsigned char *srcPlanes[3]; local
1139 srcPlanes[0] = srcBuf;
1143 srcPlanes[1] = srcPlanes[2] = NULL;
1149 srcPlanes[1] = srcPlanes[0] + strides[0] * ph0;
1150 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1;
1153 return tjCompressFromYUVPlanes(handle, srcPlanes, width, strides, height,
[all …]
Dturbojpeg.h894 const unsigned char **srcPlanes,
1462 const unsigned char **srcPlanes,
Dturbojpeg-jni.c334 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
390 srcPlanes[i] = &srcPlanesTmp[i][srcOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
394 if (tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
927 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in TJDecompressor_decodeYUV() local
984 srcPlanes[i] = &srcPlanesTmp[i][srcOffsets[i]]; in TJDecompressor_decodeYUV()
988 if (tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c912 const unsigned char **srcPlanes, in tjCompressFromYUVPlanes() argument
935 if (!srcPlanes || !srcPlanes[0] || width <= 0 || height <= 0 || in tjCompressFromYUVPlanes()
939 if (subsamp != TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2])) in tjCompressFromYUVPlanes()
980 ptr = (JSAMPLE *)srcPlanes[i]; in tjCompressFromYUVPlanes()
1052 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local
1065 srcPlanes[0] = srcBuf; in tjCompressFromYUV()
1069 srcPlanes[1] = srcPlanes[2] = NULL; in tjCompressFromYUV()
1075 srcPlanes[1] = srcPlanes[0] + strides[0] * ph0; in tjCompressFromYUV()
1076 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV()
1079 return tjCompressFromYUVPlanes(handle, srcPlanes, width, strides, height, in tjCompressFromYUV()
[all …]
Dturbojpeg-jni.c321 const unsigned char *srcPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
362 bailif0(srcPlanes[i] = in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
364 srcPlanes[i] = &srcPlanes[i][srcOffsets[i]]; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
370 if (tjCompressFromYUVPlanes(handle, srcPlanes, width, srcStrides, height, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
378 if (srcPlanes[i] && jSrcPlanes[i]) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
380 (unsigned char *)srcPlanes[i], 0); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
875 const unsigned char *srcPlanes[3]; in TJDecompressor_decodeYUV() local
919 bailif0(srcPlanes[i] = in TJDecompressor_decodeYUV()
921 srcPlanes[i] = &srcPlanes[i][srcOffsets[i]]; in TJDecompressor_decodeYUV()
925 if (tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()
[all …]
Dturbojpeg.h883 const unsigned char **srcPlanes,
1440 const unsigned char **srcPlanes,
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java910 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() argument
914 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() argument
DTJCompressor.java618 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV() argument
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java919 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() argument
923 private native void decodeYUV(byte[][] srcPlanes, int[] srcOffsets, in decodeYUV() argument
DTJCompressor.java625 private native int compressFromYUV(byte[][] srcPlanes, int[] srcOffsets, in compressFromYUV() argument