Searched refs:TAG_COLOR_SPACE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMetadataReader.java104 TYPE_MAPPING.put(ExifInterface.TAG_COLOR_SPACE, TYPE_INT);
/frameworks/base/media/java/android/media/
H A DExifInterface.java145 public static final String TAG_COLOR_SPACE = "ColorSpace"; field in class:ExifInterface
1037 new ExifTag(TAG_COLOR_SPACE, 40961, IFD_FORMAT_USHORT),
1170 new ExifTag(TAG_COLOR_SPACE, 55, IFD_FORMAT_USHORT)
2460 (ExifAttribute) mAttributes[IFD_TYPE_PEF].get(TAG_COLOR_SPACE);
2462 mAttributes[IFD_TYPE_EXIF].put(TAG_COLOR_SPACE, colorSpaceAttribute);
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java365 * be used, since color space is specified in {@link #TAG_COLOR_SPACE}.</p>
377 * since color space is specified in {@link #TAG_COLOR_SPACE}.</p>
389 * be used, since color space is specified in {@link #TAG_COLOR_SPACE}.</p>
590 public static final String TAG_COLOR_SPACE = "ColorSpace"; field in class:ExifInterface
2180 * The contant used by {@link #TAG_COLOR_SPACE} to denote sRGB color space.
2184 * The contant used by {@link #TAG_COLOR_SPACE} to denote Uncalibrated.
3414 new ExifTag(TAG_COLOR_SPACE, 40961, IFD_FORMAT_USHORT),
3547 new ExifTag(TAG_COLOR_SPACE, 55, IFD_FORMAT_USHORT)
4954 (ExifAttribute) mAttributes[IFD_TYPE_PEF].get(TAG_COLOR_SPACE);
4956 mAttributes[IFD_TYPE_EXIF].put(TAG_COLOR_SPACE, colorSpaceAttribut
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java196 public static final int TAG_COLOR_SPACE = field in class:ExifInterface
491 * Constants for {@link TAG_COLOR_SPACE}
2164 mTagInfo.put(ExifInterface.TAG_COLOR_SPACE,

Completed in 31 milliseconds