Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc944 google_camera_hal::StreamRotation* hal_stream_rotation) { in ConvertToHalStreamRotation() argument
945 if (hal_stream_rotation == nullptr) { in ConvertToHalStreamRotation()
952 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation0; in ConvertToHalStreamRotation()
955 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation90; in ConvertToHalStreamRotation()
958 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation180; in ConvertToHalStreamRotation()
961 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation270; in ConvertToHalStreamRotation()
Dhidl_utils.h174 google_camera_hal::StreamRotation* hal_stream_rotation);