Home
last modified time | relevance | path

Searched refs:focal_length (Results 1 – 13 of 13) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h110 virtual bool SetFocalLength(float focal_length) = 0;
114 virtual bool SetFocalLengthIn35mmFilm(float focal_length, float sensor_size_x,
DExifUtils.cpp108 virtual bool SetFocalLength(float focal_length);
112 virtual bool SetFocalLengthIn35mmFilm(float focal_length, float sensor_size_x,
458 bool ExifUtilsImpl::SetFocalLength(float focal_length) { in SetFocalLength() argument
460 static_cast<uint32_t>(std::round(focal_length * kRationalPrecision)); in SetFocalLength()
466 bool ExifUtilsImpl::SetFocalLengthIn35mmFilm(float focal_length, in SetFocalLengthIn35mmFilm() argument
475 std::round(focal_length * film_diagonal / sensor_diagonal); in SetFocalLengthIn35mmFilm()
928 float focal_length; in SetFromMetadata() local
932 focal_length = entry.data.f[0]; in SetFromMetadata()
934 if (!SetFocalLength(focal_length)) { in SetFromMetadata()
939 if (!SetFocalLengthIn35mmFilm(focal_length, sensor_chars_.physical_size[0], in SetFromMetadata()
/hardware/google/camera/common/hal/google_camera_hal/
Dmulticam_roi_translator.h31 float focal_length; member
/hardware/google/camera/common/hal/utils/
Dutils.cc213 float* focal_length) { in GetFocalLength() argument
214 if (characteristics == nullptr || focal_length == nullptr) { in GetFocalLength()
230 *focal_length = entry.data.f[0]; in GetFocalLength()
Dutils.h48 float* focal_length);
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp411 float focal_length; in SetExifTags() local
414 focal_length = entry.data.f[0]; in SetExifTags()
420 static_cast<uint32_t>(focal_length * kRationalPrecision), in SetExifTags()
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp982 float focal_length; in setFromMetadata() local
985 focal_length = entry.data.f[0]; in setFromMetadata()
988 static_cast<uint32_t>(focal_length * kRationalPrecision), in setFromMetadata()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c372 ((p_sensor_params->focal_length * p_sensor_params->crop_factor) + 0.5f); in process_sensor_data()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFOVControl.cpp1475 mDualCamParams.paramsMain.focalLengthMm = capsMainCam->focal_length; in validateAndExtractParameters()
1476 mDualCamParams.paramsAux.focalLengthMm = capsAuxCam->focal_length; in validateAndExtractParameters()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h324 float focal_length; /* focal length */ member
Dcam_types.h1645 float focal_length; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2722 IF_META_AVAILABLE(float, focal_length, CAM_INTF_META_LENS_FOCAL_LENGTH, metadata) { in getExifData()
2724 rc = getExifFocalLength(&focalLength, *focal_length); in getExifData()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp5416 setFloat(KEY_FOCAL_LENGTH, m_pCapability->focal_length); in initDefaultParameters()