OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP1
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
JpegHeader.java
21
public static final short
APP1
= (short) 0xFFE1;
ExifOutputStream.java
155
// We ignore the
APP1
segment and copy all other segments
173
if (marker == JpegHeader.
APP1
) {
224
dataOutputStream.writeShort(JpegHeader.
APP1
);
ExifParser.java
132
protected static final short EXIF_HEADER_TAIL = (short) 0x0000; // EXIF header in
APP1
520
// than the size of
APP1
(65536)
763
// Some invalid formatted image contains multiple
APP1
,
765
if (marker == JpegHeader.
APP1
) {
[
all
...]
Completed in 385 milliseconds