Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 23 of 23) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp127 static float focalLength = 0.0f; in getStaticInfo() local
130 (void *)&focalLength); in getStaticInfo()
132 &focalLength, 1); in getStaticInfo()
450 static const float focalLength = 5.0f; in constructDefaultRequest() local
451 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequest()
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1407 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() argument
1411 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
1646 rat_t focalLength; in getExifData() local
1647 rc = getExifFocalLength(&focalLength, mJpegSettings->lens_focal_length); in getExifData()
1652 (void *)&(focalLength)); in getExifData()
DQCamera3HWI.cpp1362 float *focalLength = in translateCbMetadataToResultMetadata() local
1364 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1); in translateCbMetadataToResultMetadata()
2923 float focalLength = in translateMetadataToParameters() local
2927 sizeof(focalLength), &focalLength); in translateMetadataToParameters()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1571 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() argument
1575 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
1837 rat_t focalLength; in getExifData() local
1838 rc = getExifFocalLength(&focalLength, focal_length); in getExifData()
1843 (void *)&(focalLength)); in getExifData()
DQCamera3HWI.cpp2300 float *focalLength = in translateFromHalMetadata() local
2302 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1); in translateFromHalMetadata()
5287 float focalLength = in translateToHalMetadata() local
5291 sizeof(focalLength), &focalLength); in translateToHalMetadata()
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp485 static const float focalLength = 5.0f; in constructDefaultRequestSettings() local
486 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequestSettings()
1045 static const float focalLength = 3.30f; // mm in constructStaticInfo() local
1047 &focalLength, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2085 static const float focalLength = 3.30f; // mm in constructStaticInfo() local
2087 &focalLength, 1); in constructStaticInfo()
2406 static const float focalLength = 5.0f; in constructDefaultRequest() local
2407 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequest()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2177 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() argument
2181 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
2443 rat_t focalLength; in getExifData() local
2444 rc = getExifFocalLength(&focalLength, focal_length); in getExifData()
2449 (void *)&(focalLength)); in getExifData()
DQCamera3HWI.cpp2872 float *focalLength = in translateFromHalMetadata() local
2874 camMetadata.update(ANDROID_LENS_FOCAL_LENGTH, focalLength, 1); in translateFromHalMetadata()
6140 float focalLength = in translateToHalMetadata() local
6144 sizeof(focalLength), &focalLength); in translateToHalMetadata()
/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraHWI.h221 rat_t focalLength; member
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h176 rat_t focalLength; member
/device/lge/mako/camera/
DQCameraHWI.h223 rat_t focalLength; member
DQCameraHWI_Parm.cpp1243 focus_distances_info_t focalLength; in initDefaultParameters() local
1247 (void *)&focalLength); in initDefaultParameters()
1249 focalLength.focus_distance[0]); in initDefaultParameters()
4058 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength)); in initExifData()
4152 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in setExifTags()
DQualcommCameraHardware.cpp2049 float focalLength = 0.0f; in initDefaultParameters() local
2054 (void *)&focalLength); in initDefaultParameters()
2056 focalLength); in initDefaultParameters()
2365 static rat_t focalLength; variable
2629 memcpy(&focalLength, &focalLengthRational, sizeof(focalLengthRational)); in initImageEncodeParameters()
2631 1, (void *)&focalLength); in initImageEncodeParameters()
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h233 rat_t focalLength; member
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1186 float focalLength = 0.0f; in initDefaultParameters() local
1190 (void *)&focalLength); in initDefaultParameters()
1192 focalLength); in initDefaultParameters()
3846 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength)); in initExifData()
3918 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in setExifTags()
/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWI.cpp4054 rat_t focalLength; in getExifData() local
4055 rc = mParameters.getExifFocalLength(&focalLength); in getExifData()
4060 (void *)&(focalLength)); in getExifData()
DQCameraParameters.cpp5291 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() argument
5295 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp4054 rat_t focalLength; in getExifData() local
4055 rc = mParameters.getExifFocalLength(&focalLength); in getExifData()
4060 (void *)&(focalLength)); in getExifData()
DQCameraParameters.cpp5291 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() argument
5295 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1279 float focalLength = 0.0f; in initDefaultParameters() local
1283 (void *)&focalLength); in initDefaultParameters()
1285 focalLength); in initDefaultParameters()
3874 addExifTag(EXIFTAGID_FOCAL_LENGTH, EXIF_RATIONAL, 1, 1, (void *)&(mExifValues.focalLength)); in initExifData()
3946 mExifValues.focalLength = getRational(focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in setExifTags()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.cpp5930 rat_t focalLength; in getExifData() local
5931 rc = mParameters.getExifFocalLength(&focalLength); in getExifData()
5936 (void *)&(focalLength)); in getExifData()
DQCameraParameters.cpp7577 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() argument
7581 return getRational(focalLength, focalLengthValue, FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()