Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc541 for (const auto& [stream_id, stream] : configured_streams_map_) { in DeriveGroupedStreamIdMap()
703 if (!configured_streams_map_.empty()) { in ConfigureStreams()
748 configured_streams_map_[stream.id] = stream; in ConfigureStreams()
765 if (configured_streams_map_.find(hal_stream.id) == in ConfigureStreams()
766 configured_streams_map_.end()) { in ConfigureStreams()
771 if (configured_streams_map_[hal_stream.id].stream_type == in ConfigureStreams()
1290 if (configured_streams_map_.find(buffer.stream_id) == in ValidateRequestLocked()
1291 configured_streams_map_.end()) { in ValidateRequestLocked()
1296 const Stream& input_stream = configured_streams_map_.at(buffer.stream_id); in ValidateRequestLocked()
1317 if (configured_streams_map_.find(buffer.stream_id) == in ValidateRequestLocked()
[all …]
Dcamera_device_session.h338 std::unordered_map<int32_t, Stream> configured_streams_map_; variable