Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4263 ExifAttribute secondImageLengthAttribute = in swapBasedOnImageSize() local
4272 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
4279 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()