Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4031 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
4033 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
4045 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
4047 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
4066 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
4067 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java6396 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType)
6398 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) {
6410 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH);
6412 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH);
6431 mAttributes[firstIfdType] = mAttributes[secondIfdType];
6432 mAttributes[secondIfdType] = tempMap;