Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java5175 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
5177 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
5185 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
5187 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
5209 HashMap tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()
5210 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()