D | TJCompressor.java | 73 setSourceImage(srcImage, x, y, width, pitch, height, pixelFormat); in TJCompressor() 83 setSourceImage(srcImage, width, pitch, height, pixelFormat); in TJCompressor() 108 setSourceImage(srcImage, x, y, width, height); in TJCompressor() 142 public void setSourceImage(byte[] srcImage, int x, int y, int width, in setSourceImage() method in TJCompressor 168 public void setSourceImage(byte[] srcImage, int width, int pitch, in setSourceImage() method in TJCompressor 170 setSourceImage(srcImage, 0, 0, width, pitch, height, pixelFormat); in setSourceImage() 195 public void setSourceImage(BufferedImage srcImage, int x, int y, int width, in setSourceImage() method in TJCompressor 267 public void setSourceImage(YUVImage srcImage) throws TJException { in setSourceImage() method in TJCompressor 392 setSourceImage(srcImage, 0, 0, 0, 0); in compress() 404 setSourceImage(srcImage, 0, 0, 0, 0); in compress() [all …]
|