Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/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()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java604 private native int compress(byte[] srcBuf, int width, int pitch, in compress()
609 private native int compress(byte[] srcBuf, int x, int y, int width, in compress()
615 private native int compress(int[] srcBuf, int width, int stride, in compress()
620 private native int compress(int[] srcBuf, int x, int y, int width, in compress()
632 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV()
637 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV()
644 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV()
649 private native void encodeYUV(int[] srcBuf, int x, int y, int width, in encodeYUV()
669 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()
/third_party/libjpeg-turbo/
Dtjbench.c139 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
313 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest()
523 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
814 unsigned char *srcBuf = NULL; in main() local
Dturbojpeg.c637 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
702 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
725 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
883 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
922 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
930 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
1075 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1534 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c365 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
596 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
Dturbojpeg-jni.c225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local
415 unsigned char *srcBuf = NULL, *dstPlanes[3]; in TJCompressor_encodeYUV() local
528 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
318 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest()
534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
835 unsigned char *srcBuf = NULL; in main() local
Dturbojpeg.c666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
733 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
914 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
953 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
961 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
1108 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1576 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
Dturbojpeg-jni.c225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local
409 unsigned char *srcBuf = NULL; in TJCompressor_encodeYUV() local
519 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c138 int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
306 int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
511 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
798 unsigned char *srcBuf = NULL; in main() local
Dturbojpeg.c608 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
673 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
696 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
854 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
893 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
901 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
1046 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1502 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c364 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
558 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
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJBench.java138 static void saveImage(String fileName, byte[] srcBuf, int w, int h, in saveImage()
161 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
319 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest()
/third_party/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()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp231 RasBuf32 srcBuf(bitmap); in Display() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferCopyTests.cpp84 deUint32 srcBuf = 0; in iterate() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local