Searched refs:hal_stream_rotation (Results 1 – 2 of 2) sorted by relevance
944 google_camera_hal::StreamRotation* hal_stream_rotation) { in ConvertToHalStreamRotation() argument945 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()
174 google_camera_hal::StreamRotation* hal_stream_rotation);