Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java5188 ExifAttribute secondImageLengthAttribute = in swapBasedOnImageSize() local
5197 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
5204 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()