Home
last modified time | relevance | path

Searched refs:SetFocalLength (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h66 bool SetFocalLength(uint32_t numerator, uint32_t denominator);
Dexif_utils.cpp134 bool ExifUtils::SetFocalLength(uint32_t numerator, uint32_t denominator) { in SetFocalLength() function in arc::ExifUtils
Dimage_processor.cpp419 if (!utils->SetFocalLength( in SetExifTags()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h110 virtual bool SetFocalLength(float focal_length) = 0;
DExifUtils.cpp108 virtual bool SetFocalLength(float focal_length);
458 bool ExifUtilsImpl::SetFocalLength(float focal_length) { in SetFocalLength() function in android::ExifUtilsImpl
934 if (!SetFocalLength(focal_length)) { in SetFromMetadata()