Searched refs:TAG_XMP (Results 1 – 2 of 2) sorted by relevance
478 public static final String TAG_XMP = "Xmp"; field in ExifInterface1154 new ExifTag(TAG_XMP, 700, IFD_FORMAT_BYTE),2899 if (getAttribute(TAG_XMP) == null) { in getJpegAttributes()2900 mAttributes[IFD_TYPE_PRIMARY].put(TAG_XMP, new ExifAttribute( in getJpegAttributes()3215 if (getAttribute(TAG_XMP) == null) { in getHeifAttributes()3216 mAttributes[IFD_TYPE_PRIMARY].put(TAG_XMP, new ExifAttribute( in getHeifAttributes()3535 if (getAttribute(TAG_XMP) != null && mXmpIsFromSeparateMarker) { in saveJpegAttributes()3536 xmpAttribute = (ExifAttribute) mAttributes[IFD_TYPE_PRIMARY].remove(TAG_XMP); in saveJpegAttributes()3546 mAttributes[IFD_TYPE_PRIMARY].put(TAG_XMP, xmpAttribute); in saveJpegAttributes()
21294 field public static final String TAG_XMP = "Xmp";