Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp28 using google_camera_hal::DynamicRangeProfile;
152 static_cast<DynamicRangeProfile>(entry.data.i64[i]), in GetSensorCharacteristics()
153 std::unordered_set<DynamicRangeProfile>()); in GetSensorCharacteristics()
162 .at(static_cast<DynamicRangeProfile>(entry.data.i64[i])) in GetSensorCharacteristics()
163 .emplace(static_cast<DynamicRangeProfile>(current_profile)); in GetSensorCharacteristics()
191 std::unordered_map<int, std::unordered_set<DynamicRangeProfile>>()); in GetSensorCharacteristics()
194 std::unordered_map<int, std::unordered_set<DynamicRangeProfile>>& in GetSensorCharacteristics()
199 std::unordered_set<DynamicRangeProfile>()); in GetSensorCharacteristics()
210 .emplace(static_cast<DynamicRangeProfile>(current_profile)); in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h95 using google_camera_hal::DynamicRangeProfile;
144 typedef std::unordered_map<DynamicRangeProfile,
145 std::unordered_set<DynamicRangeProfile>>
150 std::unordered_map<int, std::unordered_set<DynamicRangeProfile>>>
199 android_pixel_format_t format, DynamicRangeProfile dynamic_range_profile) { in OverrideFormat()
/hardware/google/camera/common/hal/common/
Dhal_types.h110 DynamicRangeProfile; typedef
133 DynamicRangeProfile dynamic_profile =
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc39 using DynamicRangeProfile = google_camera_hal::DynamicRangeProfile; typedef
1092 static_cast<DynamicRangeProfile>(aidl_stream.dynamicRangeProfile); in ConvertToHalStream()