Home | History | Annotate | Download | only in HAL3

Lines Matching refs:focalLength

1401  *   @focalLength : ptr to rational strcut to store focal lenght
1407 int32_t getExifFocalLength(rat_t *focalLength, float value)
1411 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
1630 rat_t focalLength;
1631 rc = getExifFocalLength(&focalLength, mJpegSettings->lens_focal_length);
1636 (void *)&(focalLength));