Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2919 int[] aspectFrameValues = new int[4]; in getOrfAttributes() local
2920 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()
2921 if (aspectFrameValues[2] > aspectFrameValues[0] && in getOrfAttributes()
2922 aspectFrameValues[3] > aspectFrameValues[1]) { in getOrfAttributes()
2923 int primaryImageWidth = aspectFrameValues[2] - aspectFrameValues[0] + 1; in getOrfAttributes()
2924 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes()