Home
last modified time | relevance | path

Searched refs:hostStreamMgr_ (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.h33 std::shared_ptr<HostStreamMgr> hostStreamMgr_ = nullptr; member in OHOS::Camera::StreamPipelineBuilder
H A Dstream_pipeline_builder.cpp19 const std::shared_ptr<Pipeline>& p) : hostStreamMgr_(streamMgr), pipeline_(p) in StreamPipelineBuilder()
57 newNode->SetCallBack(hostStreamMgr_->GetBufferCb(it.streamId_)); in Build()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.h48 std::shared_ptr<HostStreamMgr> hostStreamMgr_ = nullptr; member in OHOS::Camera::StreamPipelineStrategy
H A Dstream_pipeline_strategy.cpp19 const std::shared_ptr<PipelineSpec>& spec) : hostStreamMgr_(streamMgr), pipelineSpec_(spec) in StreamPipelineStrategy()
45 hostStreamMgr_->GetStreamTypes(streamTypeSet); in ConstructKeyStrIndex()
138 int32_t streamId = hostStreamMgr_->DesignateStreamIdForType(typeId.value()); in SetNodeSpec()
139 HostStreamInfo hostStreamInfo = hostStreamMgr_->GetStreamInfo(streamId); in SetNodeSpec()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp48 if (hostStreamMgr_ != nullptr) { in ~StreamBase()
49 hostStreamMgr_->DestroyHostStream({streamId_}); in ~StreamBase()
86 hostStreamMgr_ = pipelineCore_->GetHostStreamMgr(); in CommitStream()
87 CHECK_IF_PTR_NULL_RETURN_VALUE(hostStreamMgr_, RC_ERROR); in CommitStream()
115 RetCode rc = hostStreamMgr_->CreateHostStream(info, [this](auto buffer) { HandleResult(buffer); }); in CommitStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_base.h79 std::shared_ptr<HostStreamMgr> hostStreamMgr_ = nullptr; member in OHOS::Camera::StreamBase

Completed in 2 milliseconds