Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dhdrplus_result_processor.cc52 raw_stream_id_ = raw_stream_id; in HdrplusResultProcessor()
97 internal_stream_manager_->IsPendingBufferEmpty(raw_stream_id_) == false) { in ProcessResult()
99 raw_stream_id_); in ProcessResult()
Dhdrplus_request_processor.cc101 raw_stream_id_ = raw_stream_id; in Initialize()
131 raw_stream.id = raw_stream_id_; in ConfigureStreams()
170 if (internal_stream_manager_->IsPendingBufferEmpty(raw_stream_id_) == false) { in IsReadyForNextRequest()
226 raw_stream_id_, &(block_request.input_buffers), in ProcessRequest()
Dhdrplus_result_processor.h66 int32_t raw_stream_id_ = -1; variable
Dhdrplus_request_processor.h76 int32_t raw_stream_id_ = -1; variable