Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3957 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
3959 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
3971 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
3973 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
3992 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
3993 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java6384 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType)
6386 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) {
6398 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH);
6400 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH);
6419 mAttributes[firstIfdType] = mAttributes[secondIfdType];
6420 mAttributes[secondIfdType] = tempMap;