Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp157 uint64_t current_profile = in GetSensorCharacteristics() local
159 for (; current_profile != profile_end; current_profile <<= 1) { in GetSensorCharacteristics()
160 if (entry.data.i64[i + 1] & current_profile) { in GetSensorCharacteristics()
163 .emplace(static_cast<DynamicRangeProfile>(current_profile)); in GetSensorCharacteristics()
205 uint64_t current_profile = in GetSensorCharacteristics() local
207 for (; current_profile != profile_end; current_profile <<= 1) { in GetSensorCharacteristics()
208 if (entry.data.i64[i + 2] & current_profile) { in GetSensorCharacteristics()
210 .emplace(static_cast<DynamicRangeProfile>(current_profile)); in GetSensorCharacteristics()