Home
last modified time | relevance | path

Searched refs:dynamic_range_profiles (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp77 sensor_chars->dynamic_range_profiles.emplace( in GetSensorCharacteristics()
90 sensor_chars->dynamic_range_profiles in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h146 ProfileMap dynamic_range_profiles; member
DEmulatedSensor.cpp171 const auto& hlg10_entry = characteristics.dynamic_range_profiles.find( in AreCharacteristicsSupported()
173 if ((characteristics.dynamic_range_profiles.size() != 1) || in AreCharacteristicsSupported()
174 (hlg10_entry == characteristics.dynamic_range_profiles.end())) { in AreCharacteristicsSupported()