Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4286 ExifAttribute secondImageWidthAttribute = in swapBasedOnImageSize() local
4293 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
4301 int secondImageWidthValue = secondImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()