Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h79 virtual bool setAperture(float aperture) = 0;
DExifUtils.cpp68 virtual bool setAperture(float aperture);
342 bool ExifUtilsImpl::setAperture(float aperture) { in setAperture() function in android::camera3::ExifUtilsImpl
1038 if (!setAperture(entry.data.f[0])) { in setFromMetadata()