Searched refs:aspectFrameValues (Results 1 – 1 of 1) sorted by relevance
2926 int[] aspectFrameValues = new int[4]; in getOrfAttributes() local2927 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()2928 if (aspectFrameValues[2] > aspectFrameValues[0] && in getOrfAttributes()2929 aspectFrameValues[3] > aspectFrameValues[1]) { in getOrfAttributes()2930 int primaryImageWidth = aspectFrameValues[2] - aspectFrameValues[0] + 1; in getOrfAttributes()2931 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes()