Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Ddepth_process_block.cc203 depth_stream_.id = stream.id; in ConfigureStreams()
204 depth_stream_.override_format = stream.format; in ConfigureStreams()
205 depth_stream_.producer_usage = GRALLOC1_PRODUCER_USAGE_CAMERA; in ConfigureStreams()
206 depth_stream_.consumer_usage = 0; in ConfigureStreams()
207 depth_stream_.max_buffers = kDepthStreamMaxBuffers; in ConfigureStreams()
208 depth_stream_.override_data_space = stream.data_space; in ConfigureStreams()
209 depth_stream_.is_physical_camera_stream = false; in ConfigureStreams()
210 depth_stream_.physical_camera_id = 0; in ConfigureStreams()
279 hal_streams->push_back(depth_stream_); in GetConfiguredHalStreams()
353 if (stream_buffer.stream_id == depth_stream_.id) { in ProcessDepthResult()
Ddepth_process_block.h155 HalStream depth_stream_; variable