Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp629 float maxAperture = ConvertToApex(aperture); in SetMaxAperture() local
632 static_cast<uint32_t>(std::round(maxAperture * kRationalPrecision)), in SetMaxAperture()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp623 float maxAperture = convertToApex(aperture); in setMaxAperture() local
625 static_cast<uint32_t>(std::round(maxAperture * kRationalPrecision)), in setMaxAperture()