Searched refs:M_APP1 (Results 1 – 1 of 1) sorted by relevance
58 private static final int M_APP1 = 0xe1; // Marker for Exif or XMP. field in XmpUtil261 xmpSection.marker = M_APP1; in insertXMPSection()268 if (sections.get(i).marker == M_APP1 in insertXMPSection()278 int position = (sections.get(0).marker == M_APP1) ? 1 : 0; in insertXMPSection()375 if (!readMetaOnly || c == M_APP1) { in parse()