Home | History | Annotate | Download | only in HAL3

Lines Matching refs:focalLength

2153  *   @focalLength : ptr to rational strcut to store focal lenght
2159 int32_t getExifFocalLength(rat_t *focalLength, float value)
2163 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
2425 rat_t focalLength;
2426 rc = getExifFocalLength(&focalLength, focal_length);
2431 (void *)&(focalLength));