Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4044 ExifAttribute secondImageLengthAttribute = in swapBasedOnImageSize() local
4053 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) { in swapBasedOnImageSize()
4060 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java6409 ExifAttribute secondImageLengthAttribute =
6418 } else if (secondImageLengthAttribute == null || secondImageWidthAttribute == null) {
6425 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder);