Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_capture_session.cc884 std::vector<HalStream> depth_streams; in BuildPipelines() local
886 res = depth_process_block->GetConfiguredHalStreams(&depth_streams); in BuildPipelines()
894 if (depth_streams.size() != 1) { in BuildPipelines()
900 hal_configured_streams->push_back(depth_streams[0]); in BuildPipelines()