Searched refs:XMP_EXTENSION_HEADER (Results 1 – 1 of 1) sorted by relevance
43 private static final String XMP_EXTENSION_HEADER = field in XmpDepthDecode47 XMP_EXTENSION_HEADER.length() + 32 + 1; // 32 byte GUID + 1 byte null termination.308 if (hasHeader(header, XMP_EXTENSION_HEADER) && skipExtendedContent) { in readSection()383 String extendedHeader = XMP_EXTENSION_HEADER + sectionName + "\0"; in checkExtendedSectionExists()402 String extendedHeader = XMP_EXTENSION_HEADER + sectionName + "\0"; in parseExtendedXMPSections()