Searched refs:SinkNode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/sink_node/ |
H A D | sink_node.cpp | 18 SinkNode::SinkNode(const std::string& name, const std::string& type, const std::string &cameraId) in SinkNode() function in OHOS::Camera::SinkNode 24 RetCode SinkNode::Start(const int32_t streamId) in Start() 30 RetCode SinkNode::Stop(const int32_t streamId) in Stop() 36 void SinkNode::DeliverBuffer(std::shared_ptr<IBuffer>& buffer) in DeliverBuffer() 47 REGISTERNODE(SinkNode, {"sink"})
|
H A D | sink_node.h | 24 class SinkNode : virtual public NodeBase { 26 SinkNode(const std::string& name, const std::string& type, const std::string &cameraId); 27 ~SinkNode() override = default;
|
/ohos5.0/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.h | 130 class SinkNode : public Node { 132 explicit SinkNode(const std::string& name) : Node(name) {} in SinkNode() function 133 ~SinkNode() override {} in ~SinkNode()
|
H A D | buffer_manager_utest.cpp | 696 auto sinkNode = std::make_shared<SinkNode>(std::string("SinkNode")); in BuildPipeline() 812 void BufferManagerTest::SinkNode::BindCallback(const std::function<void(std::shared_ptr<IBuffer>&)>… in BindCallback() 818 void BufferManagerTest::SinkNode::Deliver(std::shared_ptr<IBuffer>& buffer) in Deliver()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/venc_node/ |
H A D | venc_node.h | 27 class VencNode : public MpiNode, public SinkNode {
|
H A D | venc_node.cpp | 17 : NodeBase(name, type), MpiNode(name, type), SinkNode(name, type) in VencNode()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/ |
H A D | vo_node.h | 28 class VoNode : public MpiNode, public SinkNode {
|
H A D | vo_node.cpp | 19 : NodeBase(name, type), MpiNode(name, type), SinkNode(name, type) in VoNode()
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 1092 …ISPNode可根据需要确定是否添加此Node,因为在很多操作上其都可以和SensorNode统一为SourceNode。SinkNode为pipeline中数据传输的重点,到此处会将数据传输回b…
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 1105 …ode and SensorNode can be unified as the SourceNode in many operations. SinkNode is the key point …
|