Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_capture_session.cc371 StreamConfiguration* depth_block_stream_config) { in CreateDepthChainSegment() argument
392 internal_stream_manager_.get(), stream_config, depth_block_stream_config); in CreateDepthChainSegment()
399 res = process_block->ConfigureStreams(*depth_block_stream_config, in CreateDepthChainSegment()
436 StreamConfiguration depth_block_stream_config; in SetupDepthChainSegment() local
440 stream_config, &depth_block_stream_config); in SetupDepthChainSegment()
452 depth_block_stream_config.streams.begin(), in SetupDepthChainSegment()
453 depth_block_stream_config.streams.end()); in SetupDepthChainSegment()
Drgbird_capture_session.h197 StreamConfiguration* depth_block_stream_config);