Searched refs:primaryImageLength (Results 1 – 2 of 2) sorted by relevance
2726 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes() local2728 if (primaryImageWidth < primaryImageLength) { in getOrfAttributes()2729 primaryImageWidth += primaryImageLength; in getOrfAttributes()2730 primaryImageLength = primaryImageWidth - primaryImageLength; in getOrfAttributes()2731 primaryImageWidth -= primaryImageLength; in getOrfAttributes()2736 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder); in getOrfAttributes()
5090 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1;5092 if (primaryImageWidth < primaryImageLength) {5093 primaryImageWidth += primaryImageLength;5094 primaryImageLength = primaryImageWidth - primaryImageLength;5095 primaryImageWidth -= primaryImageLength;5100 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);