Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3791 ExifAttribute firstImageLengthAttribute = in swapBasedOnImageSize() local
3800 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) { in swapBasedOnImageSize()
3809 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3761 ExifAttribute firstImageLengthAttribute = in swapBasedOnImageSize() local
3770 if (firstImageLengthAttribute == null || firstImageWidthAttribute == null) { in swapBasedOnImageSize()
3779 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()