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.cc230 if (depth_stream_id_ == stream_buffer.stream_id) { in AddPendingRequests()
629 } else if (depth_stream_id_ != -1) { in ProcessResult()
653 (depth_stream_id_ != -1)) { in ProcessResult()
739 depth_stream_id_ = stream.id; in ConfigureStreams()
750 if (force_internal_stream_ || depth_stream_id_ != -1) { in ConfigureStreams()
852 .error_stream_id = depth_stream_id_, in FlushPendingRequests()
860 if (output_buffer.stream_id == depth_stream_id_) { in FlushPendingRequests()
Drgbird_rt_request_processor.h132 int32_t depth_stream_id_ = kStreamIdInvalid; variable
Drgbird_rt_request_processor.cc116 depth_stream_id_ == kStreamIdInvalid) { in IsAutocalRequest()
456 depth_stream_id_ = stream.id; in ConfigureStreams()
569 if (output_buffer.stream_id != depth_stream_id_) { in TryAddRgbProcessBlockRequestLocked()
711 if (force_internal_stream_ || depth_stream_id_ != kStreamIdInvalid) { in ProcessRequest()
Drgbird_result_request_processor.h186 int32_t depth_stream_id_ = -1; variable