Searched defs:focalLength (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.h51 float focalLength; member in struct:android::ExynosCamera2Info
H A Dfimc-is-metadata.h62 float focalLength; member in struct:camera2_lens_ctl
71 float focalLength; member in struct:camera2_lens_dm
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp4054 rat_t focalLength; local
4055 rc = mParameters.getExifFocalLength(&focalLength);
4060 (void *)&(focalLength));
H A DQCameraParameters.cpp5285 * @focalLength : ptr to rational strcut to store focal lenght
5291 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) argument
5295 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1399 * @focalLength : ptr to rational strcut to store focal lenght
1405 int32_t getExifFocalLength(rat_t *focalLength, float value) argument
1409 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
1645 rat_t focalLength; local
1646 rc = getExifFocalLength(&focalLength, mJpegSettings->lens_focal_length);
1651 (void *)&(focalLength));
H A DQCamera3HWI.cpp1900 float *focalLength = local
1902 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1);
3759 float focalLength = local
3763 sizeof(focalLength), &focalLength);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h75 float focalLength; member in struct:camera2_lens_ctl
84 float focalLength; member in struct:camera2_lens_dm

Completed in 1152 milliseconds