Home
last modified time | relevance | path

Searched refs:firstIfdType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java3782 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
3784 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
3792 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
3794 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
3816 HashMap tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()
3817 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3752 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
3754 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
3762 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
3764 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
3786 HashMap<String, ExifAttribute> tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()
3787 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()