Home
last modified time | relevance | path

Searched refs:GetHostStreamMgr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/pipeline_core/
H A Dpipeline_core_test.cpp66 re = core->GetHostStreamMgr()->CreateHostStream({
86 re = core->GetHostStreamMgr()->CreateHostStream({
106 re = core->GetHostStreamMgr()->CreateHostStream({
110 re = core->GetHostStreamMgr()->CreateHostStream({
130 re = core->GetHostStreamMgr()->CreateHostStream({
141 re = core->GetHostStreamMgr()->CreateHostStream({
157 re = core->GetHostStreamMgr()->CreateHostStream({
161 re = core->GetHostStreamMgr()->CreateHostStream({
181 re = core->GetHostStreamMgr()->CreateHostStream({
185 re = core->GetHostStreamMgr()->CreateHostStream({
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/include/
H A Dipipeline_core.h27 virtual std::shared_ptr<HostStreamMgr> GetHostStreamMgr() const = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/src/
H A Dpipeline_core.h23 std::shared_ptr<HostStreamMgr> GetHostStreamMgr() const override;
H A Dpipeline_core.cpp25 std::shared_ptr<HostStreamMgr> PipelineCore::GetHostStreamMgr() const in GetHostStreamMgr() function in OHOS::Camera::PipelineCore
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp86 hostStreamMgr_ = pipelineCore_->GetHostStreamMgr(); in CommitStream()