Searched refs:TAG_WHITE_BALANCE (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java82 ExifInterface.TAG_WHITE_BALANCE
312 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance);
/frameworks/base/core/java/android/provider/
H A DMetadataReader.java158 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_BALANCE, TYPE_INT);
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
H A DExifInterfaceTest.java218 ExifInterface.TAG_WHITE_BALANCE
769 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java232 public static final int TAG_WHITE_BALANCE = field in class:ExifInterface
508 * Constants for {@link TAG_WHITE_BALANCE}
2252 mTagInfo.put(ExifInterface.TAG_WHITE_BALANCE,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java2065 * TAG_WHITE_BALANCE. TODO: For full devices, with the DNG tags, we
2068 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE);
2069 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance);
/frameworks/base/media/java/android/media/
H A DExifInterface.java279 public static final String TAG_WHITE_BALANCE = "WhiteBalance"; field in class:ExifInterface
1055 new ExifTag(TAG_WHITE_BALANCE, 41987, IFD_FORMAT_USHORT),
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java1355 public static final String TAG_WHITE_BALANCE = "WhiteBalance"; field in class:ExifInterface
2525 * The contant used by {@link #TAG_WHITE_BALANCE} to denote the white balance is Auto.
2531 * The contant used by {@link #TAG_WHITE_BALANCE} to denote the white balance is Manual.
2537 * The contant used by {@link #TAG_WHITE_BALANCE} to denote the white balance is Auto.
2541 * The contant used by {@link #TAG_WHITE_BALANCE} to denote the white balance is Manual.
3432 new ExifTag(TAG_WHITE_BALANCE, 41987, IFD_FORMAT_USHORT),

Completed in 1686 milliseconds