Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_capture_session.cc467 StreamConfiguration* depth_stream_config) { in MakeDepthStreamConfig() argument
469 if (depth_stream_config == nullptr) { in MakeDepthStreamConfig()
482 depth_stream_config->operation_mode = stream_config.operation_mode; in MakeDepthStreamConfig()
483 depth_stream_config->session_params = in MakeDepthStreamConfig()
485 depth_stream_config->stream_config_counter = in MakeDepthStreamConfig()
487 depth_stream_config->streams = stream_config.streams; in MakeDepthStreamConfig()
501 depth_stream_config->streams.push_back(input_stream); in MakeDepthStreamConfig()
Drgbird_capture_session.h192 StreamConfiguration* depth_stream_config);