Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java586 private native int compress(byte[] srcBuf, int width, int pitch, in compress()
590 private native int compress(byte[] srcBuf, int x, int y, int width, in compress()
595 private native int compress(int[] srcBuf, int width, int stride, in compress()
599 private native int compress(int[] srcBuf, int x, int y, int width, in compress()
609 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV()
613 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV()
619 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV()
623 private native void encodeYUV(int[] srcBuf, int x, int y, int width, in encodeYUV()
643 private byte[] srcBuf = null; field in TJCompressor
DTJDecompressor.java859 private native void decompressHeader(byte[] srcBuf, int size) in decompressHeader()
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()
881 private native void decompressToYUV(byte[] srcBuf, int size, byte[] dstBuf, in decompressToYUV()
884 private native void decompressToYUV(byte[] srcBuf, int size, in decompressToYUV()
DTJTransformer.java155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
/external/libjpeg-turbo/java/
DTJBench.java114 static void saveImage(String fileName, byte[] srcBuf, int w, int h, in saveImage()
135 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
279 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
/external/libjpeg-turbo/
Dturbojpeg.c766 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
844 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress()
867 const unsigned char *srcBuf, int width, int pitch, int height, in tjEncodeYUVPlanes()
1030 const unsigned char *srcBuf, int width, int pitch, int height, in tjEncodeYUV3()
1065 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV2()
1073 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV()
1215 const unsigned char *srcBuf, int width, int pad, int height, int subsamp, in tjCompressFromYUV()
1705 DLLEXPORT int DLLCALL tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c399 char tempStr[1024]; unsigned char *srcBuf=NULL, *yuvBuf=NULL; in compTest() local
633 unsigned char *srcBuf=NULL, *dstBuf=NULL; in bufSizeTest() local
Dturbojpeg-jni.c195 unsigned char *srcBuf=NULL, *jpegBuf=NULL; in TJCompressor_compress() local
371 unsigned char *srcBuf=NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
475 unsigned char *srcBuf=NULL, *dstBuf=NULL; in TJCompressor_encodeYUV_12() local
/external/libvncserver/test/
Dtjunittest.c242 char tempStr[1024]; unsigned char *srcBuf=NULL; in compTest() local
380 unsigned char *srcBuf=NULL, *jpegBuf=NULL; in bufSizeTest() local
/external/libvncserver/common/
Dturbojpeg.c538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2()
614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress()
/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp84 deUint32 srcBuf = 0; in iterate() local