Searched refs:primaryImageLength (Results 1 – 1 of 1) sorted by relevance
3317 int primaryImageLength = aspectFrameValues[3] - aspectFrameValues[1] + 1; in getOrfAttributes() local3319 if (primaryImageWidth < primaryImageLength) { in getOrfAttributes()3320 primaryImageWidth += primaryImageLength; in getOrfAttributes()3321 primaryImageLength = primaryImageWidth - primaryImageLength; in getOrfAttributes()3322 primaryImageWidth -= primaryImageLength; in getOrfAttributes()3327 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder); in getOrfAttributes()