D | TJCompressor.java | 73 setSourceImage(srcImage, x, y, width, pitch, height, pixelFormat); in TJCompressor() 84 setSourceImage(srcImage, width, pitch, height, pixelFormat); in TJCompressor() 109 setSourceImage(srcImage, x, y, width, height); in TJCompressor() 143 public void setSourceImage(byte[] srcImage, int x, int y, int width, in setSourceImage() method in TJCompressor 170 public void setSourceImage(byte[] srcImage, int width, int pitch, in setSourceImage() method in TJCompressor 172 setSourceImage(srcImage, 0, 0, width, pitch, height, pixelFormat); in setSourceImage() 197 public void setSourceImage(BufferedImage srcImage, int x, int y, int width, in setSourceImage() method in TJCompressor 269 public void setSourceImage(YUVImage srcImage) throws TJException { in setSourceImage() method in TJCompressor 395 setSourceImage(srcImage, 0, 0, 0, 0); in compress() 408 setSourceImage(srcImage, 0, 0, 0, 0); in compress() [all …]
|