Searched refs:hal_throttling_severity (Results 1 – 2 of 2) sorted by relevance
152 google_camera_hal::ThrottlingSeverity* hal_throttling_severity) { in ConvertToHalThrottlingSeverity() argument153 if (hal_throttling_severity == nullptr) { in ConvertToHalThrottlingSeverity()160 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kNone; in ConvertToHalThrottlingSeverity()163 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kLight; in ConvertToHalThrottlingSeverity()166 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()170 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kSevere; in ConvertToHalThrottlingSeverity()173 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()177 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()181 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
64 google_camera_hal::ThrottlingSeverity* hal_throttling_severity);