Searched defs:encodeYUV (Results 1 – 1 of 1) 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 449 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() method in TJCompressor 475 public YUVImage encodeYUV(int pad, int flags) throws TJException { in encodeYUV() method in TJCompressor 506 public YUVImage encodeYUV(int[] strides, int flags) throws TJException { in encodeYUV() method in TJCompressor 518 public byte[] encodeYUV(int flags) throws TJException { in encodeYUV() method in TJCompressor 532 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() method in TJCompressor 544 public byte[] encodeYUV(BufferedImage srcImage, int flags) in encodeYUV() method in TJCompressor 609 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() method in TJCompressor 613 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV() method in TJCompressor 619 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV() method in TJCompressor [all …]
|