Searched refs:SetFocalLength (Results 1 – 5 of 5) sorted by relevance
66 bool SetFocalLength(uint32_t numerator, uint32_t denominator);
134 bool ExifUtils::SetFocalLength(uint32_t numerator, uint32_t denominator) { in SetFocalLength() function in arc::ExifUtils
419 if (!utils->SetFocalLength( in SetExifTags()
110 virtual bool SetFocalLength(float focal_length) = 0;
108 virtual bool SetFocalLength(float focal_length);458 bool ExifUtilsImpl::SetFocalLength(float focal_length) { in SetFocalLength() function in android::ExifUtilsImpl934 if (!SetFocalLength(focal_length)) { in SetFromMetadata()