Searched refs:VideoNode (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.h14 class VideoNode;
20 VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node);
26 VideoNode * Node();
44 VideoNode * fVideoNode;
H A DVideoNode.cpp7 #include "VideoNode.h"
24 VideoNode::VideoNode(const char *name) function in class:VideoNode
43 VideoNode::VideoNode(const char *name, BMediaAddOn* addon, int32 id) function in class:VideoNode
62 VideoNode::~VideoNode()
73 VideoNode::AddOn(int32 *internal_id) const
81 VideoNode::NodeRegistered()
97 VideoNode
[all...]
H A DVideoNode.h22 class VideoNode : public BMediaEventLooper, public BBufferConsumer class in inherits:BMediaEventLooper,BBufferConsumer
25 VideoNode(const char *name);
26 VideoNode(const char *name, BMediaAddOn* addon, int32 id);
27 ~VideoNode();
H A DVideoAddOn.cpp8 #include "VideoNode.h"
96 VideoNode* node = new VideoNode("Video Node", this, info->internal_id);
H A DVideoView.cpp6 #include "VideoNode.h"
21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node)
41 VideoNode *
/haiku/src/apps/tv/
H A DVideoView.h31 class VideoNode;
43 VideoNode * Node();
64 VideoNode * fVideoNode;
H A DVideoNode.cpp36 #include "VideoNode.h"
76 VideoNode::VideoNode(const char *name, VideoView *view) function in class:VideoNode
91 VideoNode::~VideoNode()
100 VideoNode::AddOn(int32 *internal_id) const
108 VideoNode::NodeRegistered()
124 VideoNode::BufferReceived(BBuffer * buffer)
143 VideoNode::GetNextInput(int32 *cookie, media_input *out_input)
155 VideoNode
[all...]
H A DController.h35 class VideoNode;
43 void SetVideoNode(VideoNode *node);
67 VideoNode * fVideoNode;
H A DVideoNode.h35 class VideoNode : public BMediaEventLooper, public BBufferConsumer { class in inherits:BMediaEventLooper,BBufferConsumer
37 VideoNode(const char *name, VideoView *view);
38 ~VideoNode();
H A DVideoView.cpp29 #include "VideoNode.h"
55 fVideoNode = new VideoNode("video in", this);
81 VideoNode *
H A DController.cpp34 #include "VideoNode.h"
94 Controller::SetVideoNode(VideoNode *node)

Completed in 167 milliseconds