Home
last modified time | relevance | path

Searched refs:encodeYUV (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java422 public void encodeYUV(YUVImage dstImage, int flags) throws TJException { in encodeYUV() method in TJCompressor
434 encodeYUV(srcBufInt, srcX, srcY, srcWidth, srcStride, srcHeight, in encodeYUV()
438 encodeYUV(srcBuf, srcX, srcY, srcWidth, srcPitch, srcHeight, in encodeYUV()
449 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() method in TJCompressor
455 encodeYUV(yuvImage, flags); in encodeYUV()
475 public YUVImage encodeYUV(int pad, int flags) throws TJException { in encodeYUV() method in TJCompressor
481 encodeYUV(yuvImage, flags); in encodeYUV()
506 public YUVImage encodeYUV(int[] strides, int flags) throws TJException { in encodeYUV() method in TJCompressor
510 encodeYUV(yuvImage, flags); in encodeYUV()
518 public byte[] encodeYUV(int flags) throws TJException { in encodeYUV() method in TJCompressor
[all …]
/external/libjpeg-turbo/java/
DTJUnitTest.java678 YUVImage yuvImage = tjc.encodeYUV(pad, flags); in compTest()
877 tjc.encodeYUV(dstImage, 0); in bufSizeTest()
891 tjc.encodeYUV(dstImage, 0); in bufSizeTest()
DTJBench.java346 tjc.encodeYUV(yuvImage, flags); in fullTest()