Searched defs:encodeYUV (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 420 public void encodeYUV(YUVImage dstImage, int flags) throws Exception { in encodeYUV() method in TJCompressor 448 public void encodeYUV(byte[] dstBuf, int flags) throws Exception { in encodeYUV() method in TJCompressor 476 public YUVImage encodeYUV(int pad, int flags) throws Exception { in encodeYUV() method in TJCompressor 509 public YUVImage encodeYUV(int[] strides, int flags) throws Exception { in encodeYUV() method in TJCompressor 523 public byte[] encodeYUV(int flags) throws Exception { in encodeYUV() method in TJCompressor 539 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() method in TJCompressor 551 public byte[] encodeYUV(BufferedImage srcImage, int flags) throws Exception { in encodeYUV() method in TJCompressor 610 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() method in TJCompressor 614 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 …]
|