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
315 throw new IllegalStateException(NO_ASSOC_ERROR); in getWidth()
326 throw new IllegalStateException(NO_ASSOC_ERROR); in getHeight()
338 throw new IllegalStateException(NO_ASSOC_ERROR); in getPad()
351 throw new IllegalStateException(NO_ASSOC_ERROR); in getStrides()
364 throw new IllegalStateException(NO_ASSOC_ERROR); in getOffsets()
376 throw new IllegalStateException(NO_ASSOC_ERROR); in getSubsamp()
388 throw new IllegalStateException(NO_ASSOC_ERROR); in getPlanes()
400 throw new IllegalStateException(NO_ASSOC_ERROR); in getBuf()
417 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()