Searched refs:pipeline_hal_streams_map_ (Results 1 – 2 of 2) sorted by relevance
107 pipeline_hal_streams_map_.emplace(*pipeline_id, hal_configured_streams); in ConfigurePipeline()115 if (pipeline_hal_streams_map_.empty()) { in BuildPipelines()150 if (pipeline_hal_streams_map_.empty()) { in GetConfiguredHalStream()154 if (pipeline_hal_streams_map_.find(pipeline_id) == in GetConfiguredHalStream()155 pipeline_hal_streams_map_.end()) { in GetConfiguredHalStream()159 *hal_streams = pipeline_hal_streams_map_.at(pipeline_id); in GetConfiguredHalStream()166 pipeline_hal_streams_map_.clear(); in DestroyPipelines()
119 std::unordered_map<uint32_t, std::vector<HalStream>> pipeline_hal_streams_map_; variable