Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Ddual_ir_capture_session.cc405 if (has_depth_stream_) { in BuildPipelines()
458 if (has_depth_stream_) { in CreateProcessChain()
484 if (has_depth_stream_) { in CreateProcessChain()
529 has_depth_stream_ = true; in Initialize()
Ddual_ir_capture_session.h161 bool has_depth_stream_ = false; variable
Drgbird_capture_session.cc364 return force_internal_stream_ || has_depth_stream_; in NeedDepthProcessBlock()
556 if (has_depth_stream_) { in SetupRealtimeProcessChain()
849 if (depth_process_block == nullptr && has_depth_stream_) { in BuildPipelines()
885 if (has_depth_stream_) { in BuildPipelines()
1025 has_depth_stream_ = true; in Initialize()
1116 if (has_depth_stream_ && in NotifyHalMessage()
Drgbird_capture_session.h233 bool has_depth_stream_ = false; variable