Searched refs:aspectFrameValues (Results 1 – 2 of 2) sorted by relevance
2442 int[] aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes() local2443 if (aspectFrameValues == null || aspectFrameValues.length != 4) { in getOrfAttributes()2445 + Arrays.toString(aspectFrameValues)); in getOrfAttributes()2448 if (aspectFrameValues[2] > aspectFrameValues[0] && in getOrfAttributes()2449 aspectFrameValues[3] > aspectFrameValues[1]) { in getOrfAttributes()2450 int primaryImageWidth = aspectFrameValues[2] - aspectFrameValues[0] + 1; in getOrfAttributes()2451 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes()
2504 int[] aspectFrameValues = new int[4]; in getOrfAttributes() local2505 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()2506 if (aspectFrameValues[2] > aspectFrameValues[0] && in getOrfAttributes()2507 aspectFrameValues[3] > aspectFrameValues[1]) { in getOrfAttributes()2508 int primaryImageWidth = aspectFrameValues[2] - aspectFrameValues[0] + 1; in getOrfAttributes()2509 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes()