Searched refs:aspectFrameAttribute (Results 1 – 2 of 2) sorted by relevance
2718 ExifAttribute aspectFrameAttribute = (ExifAttribute) in getOrfAttributes() local2720 if (aspectFrameAttribute != null) { in getOrfAttributes()2722 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()
5078 ExifAttribute aspectFrameAttribute = (ExifAttribute)5080 if (aspectFrameAttribute != null) {5081 int[] aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder);