Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java377 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress()
388 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
502 public void decompressToYUV(byte[] dstBuf, int flags) throws TJException { in decompressToYUV()
696 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress()
707 yuvImage.getStrides(), yuvImage.getSubsamp(), dstBuf, x, y, in decompress() local
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()
[all …]
DTJCompressor.java329 public void compress(byte[] dstBuf, int flags) throws TJException { in compress()
393 public void compress(BufferedImage srcImage, byte[] dstBuf, int flags) in compress()
454 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV()
540 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV()
626 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV()
638 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV()
/external/libjpeg-turbo/
Dturbojpeg.c873 unsigned char *dstBuf, int pad, int subsamp, in tjEncodeYUV3()
912 unsigned char *dstBuf, int subsamp, int flags) in tjEncodeYUV2()
920 unsigned char *dstBuf, int subsamp, int flags) in tjEncodeYUV()
1234 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2()
1312 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress()
1377 unsigned char *dstBuf, int width, int pitch, in tjDecodeYUVPlanes()
1520 int pad, int subsamp, unsigned char *dstBuf, in tjDecodeYUV()
1732 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2()
1796 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV()
1986 unsigned char *dstBuf = NULL; in tjLoadImage() local
Dtjunittest.c359 void compTest(tjhandle handle, unsigned char **dstBuf, unsigned long *dstSize, in compTest()
421 unsigned char *dstBuf = NULL, *yuvBuf = NULL; in _decompTest() local
512 unsigned char *dstBuf = NULL; in doTest() local
558 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
Dtjexample.c284 unsigned char *dstBuf = NULL; /* Dynamically allocate the JPEG buffer */ in main() local
Dturbojpeg-jni.c500 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
665 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local
838 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
876 unsigned char *dstBuf = NULL; in TJDecompressor_decodeYUV() local
Dtjbench.c139 unsigned long *jpegSize, unsigned char *dstBuf, int w, int h, in decomp()
/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp85 deUint32 dstBuf = 0; in iterate() local
/external/libjpeg-turbo/java/
DTJBench.java162 byte[] dstBuf, int w, int h, int subsamp, int jpegQual, in decomp()
DTJUnitTest.java629 static int compTest(TJCompressor tjc, byte[] dstBuf, int w, int h, int pf, in compTest()
/external/swiftshader/src/Device/
DSurface.cpp3062 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge() local
/external/swiftshader/src/Renderer/
DSurface.cpp3661 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge() local
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...