Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java597 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
DTJDecompressor.java881 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()
DTJTransformer.java155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
/external/libjpeg-turbo/
Dtjbench.c139 int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
312 int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
524 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
817 unsigned char *srcBuf = NULL; in main() local
Dturbojpeg.c634 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
699 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
722 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
880 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
919 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
927 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
1072 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1528 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c364 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
594 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
Dturbojpeg-jni.c220 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/
DTJBench.java140 static void saveImage(String fileName, byte[] srcBuf, int w, int h, in saveImage()
163 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
326 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp84 deUint32 srcBuf = 0; in iterate() local
/external/swiftshader/src/Device/
DSurface.cpp3061 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
/external/swiftshader/src/Renderer/
DSurface.cpp3660 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local