Home
last modified time | relevance | path

Searched refs:setFocalLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h119 virtual bool setFocalLength(float focal_length) = 0;
DExifUtils.cpp109 virtual bool setFocalLength(float focal_length);
458 bool ExifUtilsImpl::setFocalLength(float focal_length) { in setFocalLength() function in android::camera3::ExifUtilsImpl
901 if (!setFocalLength(focal_length)) { in setFromMetadata()