Searched refs:encodeYUV (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 422 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/ |
D | TJUnitTest.java | 669 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 | 349 tjc.encodeYUV(yuvImage, flags); in fullTest()
|