Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.cpp50 one_zoom_range.focal_length, one_zoom_range.min_zoom_ratio, in Initialize()
393 float focal_length = entry.data.f[0]; in GetZoomRatioPhysicalCameraInfo() local
403 float min_zoom_ratio = focal_length * logical_sensor_width / in GetZoomRatioPhysicalCameraInfo()
407 {focal_length, min_zoom_ratio, max_zoom_ratio, in GetZoomRatioPhysicalCameraInfo()
419 return a.focal_length < b.focal_length; in GetZoomRatioPhysicalCameraInfo()
DEmulatedLogicalRequestState.h52 float focal_length; member
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h118 virtual bool SetFocalLength(float focal_length) = 0;
122 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/hwl_interface/
Dmulticam_roi_translator.h31 float focal_length; member
/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/google/camera/common/hal/utils/
Dutils.cc275 float* focal_length) { in GetFocalLength() argument
276 if (characteristics == nullptr || focal_length == nullptr) { in GetFocalLength()
292 *focal_length = entry.data.f[0]; in GetFocalLength()
Dutils.h60 float* focal_length);
/hardware/google/gchips/include/
DExynosExif.h252 rational_t focal_length; member
/hardware/interfaces/camera/common/default/
DExif.cpp911 float focal_length; in setFromMetadata() local
914 focal_length = entry.data.f[0]; in setFromMetadata()
916 if (!setFocalLength(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/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp375 exifwriter.WriteRational(EXIF_TAG_FOCAL_LENGTH, 1, &m_pExif->focal_length); in WriteAPP1()
/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()
DQCamera3HWI.cpp9830 &gCamCapability[cameraId]->focal_length, in initStaticMetadata()
12174 float default_focal_length = gCamCapability[mCameraId]->focal_length; in translateCapabilityToMetadata()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp5416 setFloat(KEY_FOCAL_LENGTH, m_pCapability->focal_length); in initDefaultParameters()