Searched refs:setFocalLength (Results 1 – 2 of 2) sorted by relevance
119 virtual bool setFocalLength(float focal_length) = 0;
109 virtual bool setFocalLength(float focal_length);458 bool ExifUtilsImpl::setFocalLength(float focal_length) { in setFocalLength() function in android::camera3::ExifUtilsImpl901 if (!setFocalLength(focal_length)) { in setFromMetadata()