Home
last modified time | relevance | path

Searched refs:DestroyHostStream (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.cpp21 RetCode DestroyHostStream(const std::vector<int>& streamIds) override;
51 RetCode HostStreamMgrImpl::DestroyHostStream(const std::vector<int>& streamIds) in DestroyHostStream() function in OHOS::Camera::HostStreamMgrImpl
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/
H A Dhost_stream_mgr.h26 virtual RetCode DestroyHostStream(const std::vector<int>& types) = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp49 hostStreamMgr_->DestroyHostStream({streamId_}); in ~StreamBase()