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.cpp151 sensor_chars->dynamic_range_profiles.emplace( in GetSensorCharacteristics()
161 sensor_chars->dynamic_range_profiles in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h179 DynamicRangeProfileMap dynamic_range_profiles; member
DEmulatedSensor.cpp227 const auto& hlg10_entry = characteristics.dynamic_range_profiles.find( in AreCharacteristicsSupported()
229 if ((characteristics.dynamic_range_profiles.size() != 1) || in AreCharacteristicsSupported()
230 (hlg10_entry == characteristics.dynamic_range_profiles.end())) { in AreCharacteristicsSupported()