/external/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()
|
/external/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 800 unsigned char *srcBuf = NULL; in main() local
|
D | turbojpeg.c | 625 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() 690 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() 713 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() 871 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() 910 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() 918 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV() 1063 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() 1519 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
|
/external/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() 321 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBufferCopyTests.cpp | 84 deUint32 srcBuf = 0; in iterate() local
|
/external/swiftshader/src/Device/ |
D | Surface.cpp | 3061 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 3660 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |