/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 377 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() 388 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local 407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() 502 public void decompressToYUV(byte[] dstBuf, int flags) throws TJException { in decompressToYUV() 696 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() 707 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local 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() [all …]
|
D | TJCompressor.java | 329 public void compress(byte[] dstBuf, int flags) throws TJException { in compress() 393 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() 454 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() 540 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() 626 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV() 638 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV()
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 873 unsigned char *dstBuf, int pad, int subsamp, in tjEncodeYUV3() 912 unsigned char *dstBuf, int subsamp, int flags) in tjEncodeYUV2() 920 unsigned char *dstBuf, int subsamp, int flags) in tjEncodeYUV() 1234 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2() 1312 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress() 1377 unsigned char *dstBuf, int width, int pitch, in tjDecodeYUVPlanes() 1520 int pad, int subsamp, unsigned char *dstBuf, in tjDecodeYUV() 1732 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2() 1796 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV() 1986 unsigned char *dstBuf = NULL; in tjLoadImage() local
|
D | tjunittest.c | 359 void compTest(tjhandle handle, unsigned char **dstBuf, unsigned long *dstSize, in compTest() 421 unsigned char *dstBuf = NULL, *yuvBuf = NULL; in _decompTest() local 512 unsigned char *dstBuf = NULL; in doTest() local 558 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
D | tjexample.c | 284 unsigned char *dstBuf = NULL; /* Dynamically allocate the JPEG buffer */ in main() local
|
D | turbojpeg-jni.c | 500 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local 665 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local 838 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local 876 unsigned char *dstBuf = NULL; in TJDecompressor_decodeYUV() local
|
D | tjbench.c | 139 unsigned long *jpegSize, unsigned char *dstBuf, int w, int h, in decomp()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBufferCopyTests.cpp | 85 deUint32 dstBuf = 0; in iterate() local
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 162 byte[] dstBuf, int w, int h, int subsamp, int jpegQual, in decomp()
|
D | TJUnitTest.java | 629 static int compTest(TJCompressor tjc, byte[] dstBuf, int w, int h, int pf, in compTest()
|
/external/swiftshader/src/Device/ |
D | Surface.cpp | 3062 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge() local
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 3661 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge() local
|
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |