Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3797 ExifAttribute secondImageWidthAttribute = in swapBasedOnImageSize() local
3804 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
3812 int secondImageWidthValue = secondImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3767 ExifAttribute secondImageWidthAttribute = in swapBasedOnImageSize() local
3774 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
3782 int secondImageWidthValue = secondImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()