Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2501 ExifAttribute aspectFrameAttribute = (ExifAttribute) in getOrfAttributes() local
2503 if (aspectFrameAttribute != null) { in getOrfAttributes()
2505 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2439 ExifAttribute aspectFrameAttribute = (ExifAttribute) in getOrfAttributes() local
2441 if (aspectFrameAttribute != null) { in getOrfAttributes()
2442 int[] aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()