Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Distream_pipeline_core.h27 struct NodeContext { struct
33 static std::shared_ptr<IStreamPipelineCore> Create(const std::shared_ptr<NodeContext>& c); argument
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.h27 explicit StreamPipelineCore(const std::shared_ptr<NodeContext>& c) : context_(c) {} in StreamPipelineCore()
49 std::shared_ptr<NodeContext> context_ = nullptr;
H A Dstream_pipeline_core.cpp199 std::shared_ptr<IStreamPipelineCore> IStreamPipelineCore::Create(const std::shared_ptr<NodeContext>… in Create()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/src/
H A Dpipeline_core.h28 std::shared_ptr<NodeContext> context_ = nullptr;
H A Dpipeline_core.cpp19 context_ = std::make_shared<NodeContext>(); in Init()