HomeSort by relevance Sort by last modified time
    Searched defs:jpeg (Results 1 - 16 of 16) sorted by null

  /device/htc/passion-common/
passion.mk 18 ro.media.dec.jpeg.memcap=20000000
  /frameworks/base/awt/javax/imageio/plugins/jpeg/
JPEGImageReadParam.java 18 package javax.imageio.plugins.jpeg;
24 * quantization tables when using the JPEG reader plug-in.
73 throw new IllegalArgumentException("Invalid JPEG table arrays");
76 throw new IllegalArgumentException("Invalid JPEG table arrays");
79 throw new IllegalArgumentException("Invalid JPEG table arrays");
JPEGHuffmanTable.java 18 package javax.imageio.plugins.jpeg;
21 * The JPEGHuffmanTable class represents a single JPEG Huffman table. It
22 * contains the standard tables from the JPEG specification.
97 * Instantiates a new jPEG huffman table.
JPEGImageWriteParam.java 18 package javax.imageio.plugins.jpeg;
20 import org.apache.harmony.x.imageio.plugins.jpeg.JPEGConsts;
26 * The JPEGImageWriteParam class allows to set JPEG Huffman tables and
27 * quantization when using the JPEG writer plug-in.
81 "JPEG"
109 throw new IllegalArgumentException("Invalid JPEG table arrays");
112 throw new IllegalArgumentException("Invalid JPEG table arrays");
115 throw new IllegalArgumentException("Invalid JPEG table arrays");
JPEGQTable.java 22 package javax.imageio.plugins.jpeg;
25 * The JPEGQTable class represents a single JPEG quantization table and provides
26 * for the standard tables taken from the JPEG specification.
53 * K1 & K2 tables can be found in the JPEG format specification at
54 * http://www.w3.org/Graphics/JPEG/itu-t81.pdf
77 * The K1Luminance indicates standard table K.1 from JPEG specification and
83 * The K1Div2Luminance indicates K.1 table from JPEG specification with all
89 * The K2Chrominance indicates K.2 table from JPEG specification and
95 * The Constant K2Div2Chrominance indicates K.2 table from JPEG
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageWriterSpi.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
54 return "DRL JPEG Encoder";
IISDecodingImageSource.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
JPEGConsts.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
29 //-- IJG (Independed JPEG Group) color spaces
JPEGImageReader.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
27 import javax.imageio.plugins.jpeg.JPEGImageReadParam;
46 * @see org.apache.harmony.x.imageio.plugins.jpeg.IISDecodingImageSource
JPEGImageReaderSpi.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
63 (signature[2] & 0xFF) == 0xFF) { // JPEG
79 return "DRL JPEG decoder";
JPEGSpiConsts.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
33 static final String readerClassName = "org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageReader";
34 static final String writerClassName = "org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageWriter";
36 static final String[] names = {"jpeg", "jpg", "JPEG", "JPG"};
37 static final String[] suffixes = {"jpeg", "jpg"};
38 static final String[] MIMETypes = {"image/jpeg"};
40 static final String[] writerSpiNames = {"org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageWriterSpi"};
41 static final String[] readerSpiNames = {"org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageReaderSpi"};
51 "org.apache.harmony.x.imageio.plugins.jpeg.MyFormatMetadata_1.0"
    [all...]
JPEGImageWriter.java 21 package org.apache.harmony.x.imageio.plugins.jpeg;
29 import javax.imageio.plugins.jpeg.JPEGImageWriteParam;
176 //-- default DQTs (see JPEGQTable java doc and JPEG spec K1 & K2 tables)
177 //-- at http://www.w3.org/Graphics/JPEG/itu-t81.pdf
213 bm.compress(CompressFormat.JPEG, 100, iosw);
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 96 milliseconds