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.cc373 StreamConfiguration* depth_block_stream_config) { in CreateDepthChainSegment() argument
394 internal_stream_manager_.get(), stream_config, depth_block_stream_config); in CreateDepthChainSegment()
401 res = process_block->ConfigureStreams(*depth_block_stream_config, in CreateDepthChainSegment()
438 StreamConfiguration depth_block_stream_config; in SetupDepthChainSegment() local
442 stream_config, &depth_block_stream_config); in SetupDepthChainSegment()
454 depth_block_stream_config.streams.begin(), in SetupDepthChainSegment()
455 depth_block_stream_config.streams.end()); in SetupDepthChainSegment()
Drgbird_capture_session.h201 StreamConfiguration* depth_block_stream_config);