Home | History | Annotate | Download | only in HAL3

Lines Matching refs:focalLength

1905  *   @focalLength : ptr to rational struct to store focal length
1912 int32_t getExifFocalLength(rat_t *focalLength, float value)
1916 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
2181 rat_t focalLength;
2182 rc = getExifFocalLength(&focalLength, *focal_length);
2187 (void *)&(focalLength));