Searched refs:TAG_MAKE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 62 ExifInterface.TAG_MAKE, 288 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue() 366 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileName() 367 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileName() 370 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileName() 372 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileName() 392 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileDescriptor() 393 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileDescriptor() 397 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileDescriptor() 399 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileDescriptor()
|
/frameworks/base/core/java/android/provider/ |
D | MetadataReader.java | 55 ExifInterface.TAG_MAKE, 81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 156 TAG_MAKE = 0x010Fu, enumerator
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 86 public static final int TAG_MAKE = field in ExifInterface 2084 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo() 2132 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 109 public static final String TAG_MAKE = "Make"; field in ExifInterface 1001 new ExifTag(TAG_MAKE, 271, IFD_FORMAT_STRING), 1155 new ExifTag(TAG_MAKE, 271, IFD_FORMAT_STRING), 3339 if (((tag.name == TAG_MAKE || tag.name == TAG_MODEL) in readImageFileDirectory()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1431 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_MAKE, count, in DngCreator_setup() 1432 reinterpret_cast<const uint8_t*>(manufacturer.c_str()), TIFF_IFD_0), env, TAG_MAKE, in DngCreator_setup()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 2144 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |