Home | History | Annotate | Download | only in src

Lines Matching refs:focalLength

1189     float focalLength = 0.0f;
1193 (void *)&focalLength);
1195 focalLength);
3849 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength));
3921 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);