Home
last modified time | relevance | path

Searched refs:TJException (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java47 public TJCompressor() throws TJException { in TJCompressor()
72 int height, int pixelFormat) throws TJException { in TJCompressor()
82 int pixelFormat) throws TJException { in TJCompressor()
107 int height) throws TJException { in TJCompressor()
144 throws TJException { in setSourceImage()
169 int height, int pixelFormat) throws TJException { in setSourceImage()
196 int height) throws TJException { in setSourceImage()
267 public void setSourceImage(YUVImage srcImage) throws TJException { in setSourceImage()
327 public void compress(byte[] dstBuf, int flags) throws TJException { in compress()
377 public byte[] compress(int flags) throws TJException { in compress()
[all …]
DTJDecompressor.java47 public TJDecompressor() throws TJException { in TJDecompressor()
58 public TJDecompressor(byte[] jpegImage) throws TJException { in TJDecompressor()
72 public TJDecompressor(byte[] jpegImage, int imageSize) throws TJException { in TJDecompressor()
85 public TJDecompressor(YUVImage yuvImage) throws TJException { in TJDecompressor()
100 throws TJException { in setSourceImage()
114 throws TJException { in setJPEGImage()
373 int flags) throws TJException { in decompress()
402 throws TJException { in decompress()
432 int pixelFormat, int flags) throws TJException { in decompress()
466 throws TJException { in decompressToYUV()
[all …]
DTJTransformer.java40 public TJTransformer() throws TJException { in TJTransformer()
51 public TJTransformer(byte[] jpegImage) throws TJException { in TJTransformer()
65 public TJTransformer(byte[] jpegImage, int imageSize) throws TJException { in TJTransformer()
98 int flags) throws TJException { in transform()
121 throws TJException { in transform()
153 private native void init() throws TJException; in init()
156 TJTransform[] transforms, int flags) throws TJException; in transform()
DTJException.java33 public class TJException extends IOException { class
37 public TJException() { in TJException() method in TJException
41 public TJException(String message, Throwable cause) { in TJException() method in TJException
45 public TJException(String message) { in TJException() method in TJException
49 public TJException(Throwable cause) { in TJException() method in TJException
DTJCustomFilter.java75 throws TJException; in customFilter()
/external/libjpeg-turbo/java/
DMakefile.am13 org/libjpegturbo/turbojpeg/TJException.java \
35 org/libjpegturbo/turbojpeg/TJException.class \
DCMakeLists.txt8 org/libjpegturbo/turbojpeg/TJException
DTJExample.java354 throws TJException { in customFilter()
/external/libjpeg-turbo/
DChangeLog.md156 type (TJException) for errors that are passed through from the C library.