Home | History | Annotate | Download | only in HAL3

Lines Matching refs:focalLength

1397  *   @focalLength : ptr to rational strcut to store focal lenght
1403 int32_t getExifFocalLength(rat_t *focalLength, float value)
1407 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
1642 rat_t focalLength;
1643 rc = getExifFocalLength(&focalLength, mJpegSettings->lens_focal_length);
1648 (void *)&(focalLength));