Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc921 google_camera_hal::StreamType* hal_stream_type) { in ConvertToHalStreamType() argument
922 if (hal_stream_type == nullptr) { in ConvertToHalStreamType()
929 *hal_stream_type = google_camera_hal::StreamType::kOutput; in ConvertToHalStreamType()
932 *hal_stream_type = google_camera_hal::StreamType::kInput; in ConvertToHalStreamType()
H A Dhidl_utils.h177 google_camera_hal::StreamType* hal_stream_type);