Home
last modified time | relevance | path

Searched refs:NO_ASSOC_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java68 private static final String NO_ASSOC_ERROR = field in YUVImage
318 throw new IllegalStateException(NO_ASSOC_ERROR); in getWidth()
329 throw new IllegalStateException(NO_ASSOC_ERROR); in getHeight()
341 throw new IllegalStateException(NO_ASSOC_ERROR); in getPad()
354 throw new IllegalStateException(NO_ASSOC_ERROR); in getStrides()
367 throw new IllegalStateException(NO_ASSOC_ERROR); in getOffsets()
379 throw new IllegalStateException(NO_ASSOC_ERROR); in getSubsamp()
391 throw new IllegalStateException(NO_ASSOC_ERROR); in getPlanes()
403 throw new IllegalStateException(NO_ASSOC_ERROR); in getBuf()
420 throw new IllegalStateException(NO_ASSOC_ERROR); in getSize()
DTJDecompressor.java41 private static final String NO_ASSOC_ERROR = field in TJDecompressor
146 throw new IllegalStateException(NO_ASSOC_ERROR); in getWidth()
161 throw new IllegalStateException(NO_ASSOC_ERROR); in getHeight()
177 throw new IllegalStateException(NO_ASSOC_ERROR); in getSubsamp()
195 throw new IllegalStateException(NO_ASSOC_ERROR); in getColorspace()
208 throw new IllegalStateException(NO_ASSOC_ERROR); in getJPEGBuf()
221 throw new IllegalStateException(NO_ASSOC_ERROR); in getJPEGSize()
246 throw new IllegalStateException(NO_ASSOC_ERROR); in getScaledWidth()
287 throw new IllegalStateException(NO_ASSOC_ERROR); in getScaledHeight()
375 throw new IllegalStateException(NO_ASSOC_ERROR); in decompress()
[all …]
DTJCompressor.java41 private static final String NO_ASSOC_ERROR = field in TJCompressor
331 throw new IllegalStateException(NO_ASSOC_ERROR); in compress()
426 throw new IllegalStateException(NO_ASSOC_ERROR); in encodeYUV()
634 throw new IllegalStateException(NO_ASSOC_ERROR); in checkSourceImage()