Home
last modified time | relevance | path

Searched defs:dstBuf (Results 1 – 10 of 10) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java371 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress()
382 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local
400 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
490 public void decompressToYUV(byte[] dstBuf, int flags) throws TJException { in decompressToYUV()
679 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress()
690 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local
863 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress()
867 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress()
872 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress()
876 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress()
[all …]
DTJCompressor.java327 public void compress(byte[] dstBuf, int flags) throws TJException { in compress()
390 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress()
449 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV()
532 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV()
587 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress()
591 int pitch, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress()
596 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress()
600 int stride, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress()
604 int width, int[] srcStrides, int height, int subsamp, byte[] dstBuf, in compressFromYUV()
610 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV()
[all …]
/external/libjpeg-turbo/
Dtjunittest.c395 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
633 unsigned char *srcBuf=NULL, *dstBuf=NULL; in bufSizeTest() local
Dturbojpeg.c1031 int pixelFormat, unsigned char *dstBuf, int pad, int subsamp, int flags) in tjEncodeYUV3()
1066 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, in tjEncodeYUV2()
1074 int width, int pitch, int height, int pixelSize, unsigned char *dstBuf, in tjEncodeYUV()
1376 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2()
1478 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress()
1544 unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, in tjDecodeYUVPlanes()
1706 int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, in tjDecodeYUV()
1916 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2()
1983 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV()
Dturbojpeg-jni.c475 unsigned char *srcBuf=NULL, *dstBuf=NULL; in TJCompressor_encodeYUV_12() local
637 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in TJDecompressor_decompress() local
815 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
854 unsigned char *dstBuf=NULL; in TJDecompressor_decodeYUV() local
/external/libvncserver/test/
Dtjunittest.c238 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/
Dturbojpeg.c747 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/
Des3fBufferCopyTests.cpp85 deUint32 dstBuf = 0; in iterate() local
/external/libjpeg-turbo/java/
DTJBench.java136 byte[] dstBuf, int w, int h, int subsamp, int jpegQual, in decomp()
DTJUnitTest.java636 private static int compTest(TJCompressor tjc, byte[] dstBuf, int w, in compTest()