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

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
H A DQCameraHWI.h176 rat_t focalLength; member in struct:__anon1321
/device/moto/shamu/camera/QCamera/HAL2/core/src/
H A DQCameraHWI_Metatags.cpp127 static float focalLength = 0.0f; local
130 (void *)&focalLength);
132 &focalLength, 1);
450 static const float focalLength = 5.0f; local
451 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
/device/asus/flo/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);
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1401 * @focalLength : ptr to rational strcut to store focal lenght
1407 int32_t getExifFocalLength(rat_t *focalLength, float value) argument
1411 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
1646 rat_t focalLength; local
1647 rc = getExifFocalLength(&focalLength, mJpegSettings->lens_focal_length);
1652 (void *)&(focalLength));
H A DQCamera3HWI.cpp1362 float *focalLength = local
1364 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1);
2923 float focalLength = local
2927 sizeof(focalLength), &focalLength);
/device/generic/goldfish/camera/
H A DEmulatedFakeCamera3.cpp485 static const float focalLength = 5.0f; local
486 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
1045 static const float focalLength = 3.30f; // mm local
1047 &focalLength, 1);
/device/lge/hammerhead/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);
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1565 * @focalLength : ptr to rational strcut to store focal lenght
1571 int32_t getExifFocalLength(rat_t *focalLength, float value) argument
1575 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
1837 rat_t focalLength; local
1838 rc = getExifFocalLength(&focalLength, focal_length);
1843 (void *)&(focalLength));
H A DQCamera3HWI.cpp2300 float *focalLength = local
2302 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1);
5287 float focalLength = local
5291 sizeof(focalLength), &focalLength);
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp2171 * @focalLength : ptr to rational strcut to store focal lenght
2177 int32_t getExifFocalLength(rat_t *focalLength, float value) argument
2181 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
2443 rat_t focalLength; local
2444 rc = getExifFocalLength(&focalLength, focal_length);
2449 (void *)&(focalLength));
H A DQCamera3HWI.cpp2872 float *focalLength = local
2874 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1);
6140 float focalLength = local
6144 sizeof(focalLength), &focalLength);
/device/lge/mako/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h221 rat_t focalLength; member in struct:__anon928
/device/lge/mako/camera/
H A DQCameraHWI.h223 rat_t focalLength; member in struct:__anon1081
H A DQCameraHWI_Parm.cpp1243 focus_distances_info_t focalLength; local
1247 (void *)&focalLength);
1249 focalLength.focus_distance[0]);
4058 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength));
4152 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
H A DQualcommCameraHardware.cpp2049 float focalLength = 0.0f; local
2054 (void *)&focalLength);
2056 focalLength);
2365 static rat_t focalLength; member in namespace:android
2629 memcpy(&focalLength, &focalLengthRational, sizeof(focalLengthRational));
2631 1, (void *)&focalLength);
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp1186 float focalLength = 0.0f; local
1190 (void *)&focalLength);
1192 focalLength);
3846 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength));
3918 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h233 rat_t focalLength; member in struct:__anon1302
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp1279 float focalLength = 0.0f; local
1283 (void *)&focalLength);
1285 focalLength);
3874 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength));
3946 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp5930 rat_t focalLength; local
5931 rc = mParameters.getExifFocalLength(&focalLength);
5936 (void *)&(focalLength));
H A DQCameraParameters.cpp7571 * @focalLength : ptr to rational strcut to store focal lenght
7577 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) argument
7581 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION);

Completed in 226 milliseconds