OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpeg
(Results
1 - 25
of
27
) sorted by null
1
2
/frameworks/base/awt/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
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
...]
JPEGImageWriterSpi.java
21
package org.apache.harmony.x.imageio.plugins.
jpeg
;
54
return "DRL
JPEG
Encoder";
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
IISDecodingImageSource.java
21
package org.apache.harmony.x.imageio.plugins.
jpeg
;
JPEGImageReaderSpi.java
21
package org.apache.harmony.x.imageio.plugins.
jpeg
;
63
(signature[2] & 0xFF) == 0xFF) { //
JPEG
79
return "DRL
JPEG
decoder";
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);
/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");
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
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");
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.
/frameworks/base/awt/javax/imageio/spi/
IIORegistry.java
26
import org.apache.harmony.x.imageio.plugins.
jpeg
.JPEGImageReaderSpi;
27
import org.apache.harmony.x.imageio.plugins.
jpeg
.JPEGImageWriterSpi;
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageReader.java
23
import org.apache.harmony.x.imageio.plugins.
jpeg
.IISDecodingImageSource;
28
import javax.imageio.plugins.
jpeg
.JPEGImageReadParam;
PNGImageReaderSpi.java
21
import org.apache.harmony.x.imageio.plugins.
jpeg
.JPEGSpiConsts;
/device/htc/dream-sapphire/
device_dream_sapphire.mk
29
ro.media.dec.
jpeg
.memcap=10000000
/external/webkit/WebKitTools/wx/
install-unix-extras
135
cd $DL_DIR/
jpeg
-$LIBJPEG_VERSION
137
#
jpeg
install command expects this to exist.
155
rm -rf $DL_DIR/
jpeg
-$LIBJPEG_VERSION
/cts/tools/signature-tools/
sig-check
99
javax.imageio.plugins.
jpeg
\
sig-create
96
javax.imageio.plugins.
jpeg
\
/frameworks/base/media/tests/omxjpegdecoder/
Android.mk
41
$(TOP)/external/
jpeg
\
/device/htc/passion-common/
passion.mk
18
ro.media.dec.
jpeg
.memcap=20000000
/external/skia/
Android.mk
5
# build the skia+fretype+png+
jpeg
+zlib+gif library
216
external/
jpeg
\
/frameworks/base/core/java/android/hardware/
Camera.java
481
* The
jpeg
callback occurs when the compressed image is available. If the
486
* #stopPreview()} before this. After
jpeg
callback is received,
491
* @param
jpeg
callback with
jpeg
image data, may be null
494
PictureCallback
jpeg
) {
495
takePicture(shutter, raw, null,
jpeg
);
507
* image is available (NOTE: not all hardware supports this). The
jpeg
513
* #stopPreview()} before this. After
jpeg
callback is received,
519
* @param
jpeg
callback with
jpeg
image data, may be nul
[
all
...]
/frameworks/base/core/jni/
Android.mk
154
external/
jpeg
\
/external/webkit/
Android.mk
137
$(LOCAL_PATH)/WebCore/platform/image-decoders/
jpeg
\
/prebuilt/sdk/5/
android.jar
Completed in 287 milliseconds
1
2