| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJCompressor.java | 597 private native int compress(byte[] srcBuf, int width, int pitch, in compress() 602 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() 608 private native int compress(int[] srcBuf, int width, int stride, in compress() 613 private native int compress(int[] srcBuf, int x, int y, int width, in compress() 625 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() 630 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV() 637 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV() 642 private native void encodeYUV(int[] srcBuf, int x, int y, int width, in encodeYUV() 662 private byte[] srcBuf = null; field in TJCompressor
|
| D | TJDecompressor.java | 881 private native void decompressHeader(byte[] srcBuf, int size) in decompressHeader() 885 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() 889 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() 894 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() 898 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() 903 private native void decompressToYUV(byte[] srcBuf, int size, byte[] dstBuf, in decompressToYUV() 906 private native void decompressToYUV(byte[] srcBuf, int size, in decompressToYUV()
|
| D | TJTransformer.java | 155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
|
| /third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJCompressor.java | 604 private native int compress(byte[] srcBuf, int width, int pitch, in compress() 609 private native int compress(byte[] srcBuf, int x, int y, int width, in compress() 615 private native int compress(int[] srcBuf, int width, int stride, in compress() 620 private native int compress(int[] srcBuf, int x, int y, int width, in compress() 632 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() 637 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV() 644 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV() 649 private native void encodeYUV(int[] srcBuf, int x, int y, int width, in encodeYUV() 669 private byte[] srcBuf = null; field in TJCompressor
|
| D | TJDecompressor.java | 881 private native void decompressHeader(byte[] srcBuf, int size) in decompressHeader() 885 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() 889 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() 894 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() 898 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() 903 private native void decompressToYUV(byte[] srcBuf, int size, byte[] dstBuf, in decompressToYUV() 906 private native void decompressToYUV(byte[] srcBuf, int size, in decompressToYUV()
|
| D | TJTransformer.java | 155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
|
| /third_party/libjpeg-turbo/ |
| D | tjbench.c | 139 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 313 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() 523 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local 814 unsigned char *srcBuf = NULL; in main() local
|
| D | turbojpeg.c | 637 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() 702 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() 725 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() 883 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() 922 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() 930 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV() 1075 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() 1534 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
|
| D | tjunittest.c | 365 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 596 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 415 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local 528 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 318 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() 534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local 835 unsigned char *srcBuf = NULL; in main() local
|
| D | turbojpeg.c | 666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() 733 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() 756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() 914 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() 953 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() 961 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV() 1108 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() 1576 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
|
| D | tjunittest.c | 378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 409 unsigned char *srcBuf = NULL; in TJCompressor_encodeYUV() local 519 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 138 int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 306 int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest() 511 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local 798 unsigned char *srcBuf = NULL; in main() local
|
| D | turbojpeg.c | 608 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() 673 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() 696 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() 854 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() 893 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() 901 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV() 1046 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() 1502 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
|
| D | tjunittest.c | 364 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 558 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 220 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 397 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local 500 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
| D | TJBench.java | 138 static void saveImage(String fileName, byte[] srcBuf, int w, int h, in saveImage() 161 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp() 319 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
|
| /third_party/libjpeg-turbo/java/ |
| D | TJBench.java | 140 static void saveImage(String fileName, byte[] srcBuf, int w, int h, in saveImage() 163 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp() 326 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
|
| /third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
| D | SoftwareRenderer.cpp | 231 RasBuf32 srcBuf(bitmap); in Display() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fBufferCopyTests.cpp | 84 deUint32 srcBuf = 0; in iterate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Surface.cpp | 3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|