Searched refs:hal_throttling_severity (Results 1 – 2 of 2) sorted by relevance
144 google_camera_hal::ThrottlingSeverity* hal_throttling_severity) { in ConvertToHalThrottlingSeverity() argument145 if (hal_throttling_severity == nullptr) { in ConvertToHalThrottlingSeverity()152 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kNone; in ConvertToHalThrottlingSeverity()155 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kLight; in ConvertToHalThrottlingSeverity()158 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()162 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kSevere; in ConvertToHalThrottlingSeverity()165 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()169 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()173 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
55 google_camera_hal::ThrottlingSeverity* hal_throttling_severity);