Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp195 image_format_map = sensor_chars->color_space_profiles.at(color_space); in GetSensorCharacteristics() local
197 if (image_format_map.find(image_format) == image_format_map.end()) { in GetSensorCharacteristics()
198 image_format_map.emplace(image_format, in GetSensorCharacteristics()
209 image_format_map.at(image_format) in GetSensorCharacteristics()