Searched defs:encodeYUV (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/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 …]
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 433 public void encodeYUV(YUVImage dstImage, int flags) throws TJException { in encodeYUV() method in TJCompressor 461 public void encodeYUV(byte[] dstBuf, int flags) throws TJException { in encodeYUV() method in TJCompressor 488 public YUVImage encodeYUV(int pad, int flags) throws TJException { in encodeYUV() method in TJCompressor 519 public YUVImage encodeYUV(int[] strides, int flags) throws TJException { in encodeYUV() method in TJCompressor 532 public byte[] encodeYUV(int flags) throws TJException { in encodeYUV() method in TJCompressor 547 public void encodeYUV(BufferedImage srcImage, byte[] dstBuf, int flags) in encodeYUV() method in TJCompressor 560 public byte[] encodeYUV(BufferedImage srcImage, int flags) in encodeYUV() method in TJCompressor 632 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV() method in TJCompressor 637 private native void encodeYUV(byte[] srcBuf, int x, int y, int width, in encodeYUV() method in TJCompressor 644 private native void encodeYUV(int[] srcBuf, int width, int stride, in encodeYUV() method in TJCompressor [all …]
|