Home
last modified time | relevance | path

Searched refs:GetStreamTypes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_mgr_impl.cpp22 void GetStreamTypes(std::vector<int32_t>& s) const override;
70 void HostStreamMgrImpl::GetStreamTypes(std::vector<int32_t>& s) const in GetStreamTypes() function in OHOS::Camera::HostStreamMgrImpl
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/
H A Dhost_stream_mgr.h27 virtual void GetStreamTypes(std::vector<int32_t>& s) const = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp45 hostStreamMgr_->GetStreamTypes(streamTypeSet); in ConstructKeyStrIndex()