Home
last modified time | relevance | path

Searched refs:DesignateStreamIdForType (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.cpp26 int32_t DesignateStreamIdForType(const int32_t streamType);
106 int32_t HostStreamMgrImpl::DesignateStreamIdForType(const int32_t streamType) in DesignateStreamIdForType() function in OHOS::Camera::HostStreamMgrImpl
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/
H A Dhost_stream_mgr.h31 virtual int32_t DesignateStreamIdForType(const int32_t streamType) = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp138 int32_t streamId = hostStreamMgr_->DesignateStreamIdForType(typeId.value()); in SetNodeSpec()