Home
last modified time | relevance | path

Searched refs:secondIfdType (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()
3796 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
3798 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
3817 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
3818 mAttributes[secondIfdType] = tempMap; 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()
3766 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
3768 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
3787 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
3788 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()