Searched refs:encodeYUV (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 426 public void encodeYUV(YUVImage dstImage, int flags) throws TJException { in encodeYUV() method in TJCompressor 438 encodeYUV(srcBufInt, srcX, srcY, srcWidth, srcStride, srcHeight, in encodeYUV() 442 encodeYUV(srcBuf, srcX, srcY, srcWidth, srcPitch, srcHeight, in encodeYUV() 454 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() method in TJCompressor 461 encodeYUV(dstYUVImage, flags); in encodeYUV() 481 public YUVImage encodeYUV(int pad, int flags) throws TJException { in encodeYUV() method in TJCompressor 487 encodeYUV(dstYUVImage, flags); in encodeYUV() 512 public YUVImage encodeYUV(int[] strides, int flags) throws TJException { in encodeYUV() method in TJCompressor 516 encodeYUV(dstYUVImage, flags); in encodeYUV() 525 public byte[] encodeYUV(int flags) throws TJException { in encodeYUV() method in TJCompressor [all …]
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 671 YUVImage yuvImage = tjc.encodeYUV(pad, flags); in compTest() 868 tjc.encodeYUV(dstImage, 0); in bufSizeTest() 882 tjc.encodeYUV(dstImage, 0); in bufSizeTest()
|
D | TJBench.java | 397 tjc.encodeYUV(yuvImage, flags); in fullTest()
|