Searched defs:encodeYUV (Results 1 – 1 of 1) 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 454 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() method in TJCompressor 481 public YUVImage encodeYUV(int pad, int flags) throws TJException { in encodeYUV() method in TJCompressor 512 public YUVImage encodeYUV(int[] strides, int flags) throws TJException { in encodeYUV() method in TJCompressor 525 public byte[] encodeYUV(int flags) throws TJException { in encodeYUV() method in TJCompressor 540 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() method in TJCompressor 553 public byte[] encodeYUV(BufferedImage srcImage, int flags) in encodeYUV() method in TJCompressor 625 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() method in TJCompressor 630 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV() method in TJCompressor 637 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV() method in TJCompressor [all …]
|