/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedLogicalRequestState.cpp | 50 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()
|
D | EmulatedLogicalRequestState.h | 52 float focal_length; member
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.h | 118 virtual bool SetFocalLength(float focal_length) = 0; 122 virtual bool SetFocalLengthIn35mmFilm(float focal_length, float sensor_size_x,
|
D | ExifUtils.cpp | 108 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/ |
D | multicam_roi_translator.h | 31 float focal_length; member
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.cpp | 411 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/ |
D | utils.cc | 275 float* focal_length) { in GetFocalLength() argument 276 if (characteristics == nullptr || focal_length == nullptr) { in GetFocalLength() 292 *focal_length = entry.data.f[0]; in GetFocalLength()
|
D | utils.h | 60 float* focal_length);
|
/hardware/google/gchips/include/ |
D | ExynosExif.h | 252 rational_t focal_length; member
|
/hardware/interfaces/camera/common/default/ |
D | Exif.cpp | 911 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/ |
D | mm_jpeg_exif.c | 372 ((p_sensor_params->focal_length * p_sensor_params->crop_factor) + 0.5f); in process_sensor_data()
|
/hardware/google/graphics/common/libhwjpeg/ |
D | AppMarkerWriter.cpp | 375 exifwriter.WriteRational(EXIF_TAG_FOCAL_LENGTH, 1, &m_pExif->focal_length); in WriteAPP1()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraFOVControl.cpp | 1475 mDualCamParams.paramsMain.focalLengthMm = capsMainCam->focal_length; in validateAndExtractParameters() 1476 mDualCamParams.paramsAux.focalLengthMm = capsAuxCam->focal_length; in validateAndExtractParameters()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_intf.h | 324 float focal_length; /* focal length */ member
|
D | cam_types.h | 1645 float focal_length; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3PostProc.cpp | 2722 IF_META_AVAILABLE(float, focal_length, CAM_INTF_META_LENS_FOCAL_LENGTH, metadata) { in getExifData() 2724 rc = getExifFocalLength(&focalLength, *focal_length); in getExifData()
|
D | QCamera3HWI.cpp | 9830 &gCamCapability[cameraId]->focal_length, in initStaticMetadata() 12174 float default_focal_length = gCamCapability[mCameraId]->focal_length; in translateCapabilityToMetadata()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5416 setFloat(KEY_FOCAL_LENGTH, m_pCapability->focal_length); in initDefaultParameters()
|