Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3312 int[] aspectFrameValues = new int[4]; in getOrfAttributes() local
3313 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()
3314 if (aspectFrameValues[2] > aspectFrameValues[0] && in getOrfAttributes()
3315 aspectFrameValues[3] > aspectFrameValues[1]) { in getOrfAttributes()
3316 int primaryImageWidth = aspectFrameValues[2] - aspectFrameValues[0] + 1; in getOrfAttributes()
3317 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes()