Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_result_request_processor.cc229 if (depth_stream_id_ == stream_buffer.stream_id) { in AddPendingRequests()
628 } else if (depth_stream_id_ != -1) { in ProcessResult()
652 (depth_stream_id_ != -1)) { in ProcessResult()
738 depth_stream_id_ = stream.id; in ConfigureStreams()
749 if (force_internal_stream_ || depth_stream_id_ != -1) { in ConfigureStreams()
850 .error_stream_id = depth_stream_id_, in FlushPendingRequests()
858 if (output_buffer.stream_id == depth_stream_id_) { in FlushPendingRequests()
Drgbird_rt_request_processor.h132 int32_t depth_stream_id_ = kStreamIdInvalid; variable
Drgbird_result_request_processor.h185 int32_t depth_stream_id_ = -1; variable
Drgbird_rt_request_processor.cc116 depth_stream_id_ == kStreamIdInvalid) { in IsAutocalRequest()
455 depth_stream_id_ = stream.id; in ConfigureStreams()
568 if (output_buffer.stream_id != depth_stream_id_) { in TryAddRgbProcessBlockRequestLocked()
710 if (force_internal_stream_ || depth_stream_id_ != kStreamIdInvalid) { in ProcessRequest()