Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h160 virtual bool setMaxAperture(float aperture) = 0;
DExifUtils.cpp150 virtual bool setMaxAperture(float aperture);
622 bool ExifUtilsImpl::setMaxAperture(float aperture) { in setMaxAperture() function in android::camera3::ExifUtilsImpl
1066 if (!setMaxAperture(entry.data.f[0])) { in setFromMetadata()