/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 370 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() 381 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local 399 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() 488 public void decompressToYUV(byte[] dstBuf, int flags) throws Exception { in decompressToYUV() 677 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() 688 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local 857 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() 861 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() 865 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() 869 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() [all …]
|
D | TJCompressor.java | 325 public void compress(byte[] dstBuf, int flags) throws Exception { in compress() 389 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress() 448 public void encodeYUV(byte[] dstBuf, int flags) throws Exception { in encodeYUV() 539 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() 590 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress() 594 int pitch, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress() 598 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress() 602 int stride, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress() 606 int width, int[] srcStrides, int height, int subsamp, byte[] dstBuf, in compressFromYUV() 611 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV() [all …]
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 395 void compTest(tjhandle handle, unsigned char **dstBuf, in compTest() 458 unsigned char *dstBuf=NULL, *yuvBuf=NULL; in _decompTest() local 551 unsigned char *dstBuf=NULL; in doTest() local 599 unsigned char *srcBuf=NULL, *dstBuf=NULL; in bufSizeTest() local
|
D | turbojpeg.c | 992 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, in tjEncodeYUV3() 1028 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, in tjEncodeYUV2() 1036 int width, int pitch, int height, int pixelSize, unsigned char *dstBuf, in tjEncodeYUV() 1336 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress2() 1438 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress() 1503 unsigned char **srcPlanes, int *strides, int subsamp, unsigned char *dstBuf, in tjDecodeYUVPlanes() 1665 int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, in tjDecodeYUV() 1875 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2() 1936 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV()
|
D | turbojpeg-jni.c | 470 unsigned char *srcBuf=NULL, *dstBuf=NULL; in TJCompressor_encodeYUV_12() local 632 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in TJDecompressor_decompress() local 808 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local 846 unsigned char *srcPlanes[3], *dstBuf=NULL; in TJDecompressor_decodeYUV() local
|
/external/libvncserver/test/ |
D | tjunittest.c | 238 void compTest(tjhandle handle, unsigned char **dstBuf, in compTest() 276 unsigned char *dstBuf=NULL; in _decompTest() local 340 unsigned char *dstBuf=NULL; in doTest() local
|
/external/libvncserver/common/ |
D | turbojpeg.c | 747 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress2() 849 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBufferCopyTests.cpp | 85 deUint32 dstBuf = 0; in iterate() local
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 134 byte[] dstBuf, int w, int h, int subsamp, int jpegQual, in decomp()
|
D | TJUnitTest.java | 636 private static int compTest(TJCompressor tjc, byte[] dstBuf, int w, in compTest()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |