Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc215 Stream stream_to_add; in ConfigureStreams() local
216 stream_to_add.stream_type = StreamType::kOutput; in ConfigureStreams()
217 stream_to_add.width = active_array_width_; in ConfigureStreams()
218 stream_to_add.height = active_array_height_; in ConfigureStreams()
219 stream_to_add.format = pixel_format_; in ConfigureStreams()
220 stream_to_add.usage = 0; in ConfigureStreams()
221 stream_to_add.rotation = StreamRotation::kRotation0; in ConfigureStreams()
222 stream_to_add.data_space = HAL_DATASPACE_ARBITRARY; in ConfigureStreams()
229 stream_to_add.is_physical_camera_stream = true; in ConfigureStreams()
230 stream_to_add.physical_camera_id = in ConfigureStreams()
[all …]