Home
last modified time | relevance | path

Searched refs:VideoNode (Results 1 – 13 of 13) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp24 VideoNode::VideoNode(const char *name) in VideoNode() function in VideoNode
43 VideoNode::VideoNode(const char *name, BMediaAddOn* addon, int32 id) in VideoNode() function in VideoNode
62 VideoNode::~VideoNode() in ~VideoNode()
73 VideoNode::AddOn(int32 *internal_id) const in AddOn()
81 VideoNode::NodeRegistered() in NodeRegistered()
97 VideoNode::BufferReceived(BBuffer * buffer) in BufferReceived()
115 VideoNode::GetNextInput(int32 *cookie, media_input *out_input) in GetNextInput()
127 VideoNode::DisposeInputCookie(int32 cookie) in DisposeInputCookie()
134 VideoNode:: HandleMessage(int32 message, const void *data, size_t size) in HandleMessage()
141 VideoNode::HandleEvent(const media_timed_event *event, bigtime_t lateness, in HandleEvent()
[all …]
H A DVideoView.h14 class VideoNode; variable
20 VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node);
26 VideoNode * Node();
44 VideoNode * fVideoNode;
H A DVideoNode.h22 class VideoNode : public BMediaEventLooper, public BBufferConsumer
25 VideoNode(const char *name);
26 VideoNode(const char *name, BMediaAddOn* addon, int32 id);
27 ~VideoNode();
H A DVideoAddOn.cpp96 VideoNode* node = new VideoNode("Video Node", this, info->internal_id); in InstantiateNodeFor()
H A DVideoView.cpp21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *nod… in VideoView()
41 VideoNode *
H A DJamfile8 VideoNode.cpp
/haiku/src/apps/tv/
H A DVideoNode.cpp76 VideoNode::VideoNode(const char *name, VideoView *view) in VideoNode() function in VideoNode
91 VideoNode::~VideoNode() in ~VideoNode()
100 VideoNode::AddOn(int32 *internal_id) const in AddOn()
108 VideoNode::NodeRegistered() in NodeRegistered()
124 VideoNode::BufferReceived(BBuffer * buffer) in BufferReceived()
143 VideoNode::GetNextInput(int32 *cookie, media_input *out_input) in GetNextInput()
155 VideoNode::DisposeInputCookie(int32 cookie) in DisposeInputCookie()
162 VideoNode:: HandleMessage(int32 message, in HandleMessage()
175 VideoNode::HandleEvent(const media_timed_event *event, in HandleEvent()
198 VideoNode::ProducerDataStatus(const media_destination &dst, in ProducerDataStatus()
[all …]
H A DVideoView.h31 class VideoNode; variable
43 VideoNode * Node();
64 VideoNode * fVideoNode;
H A DController.h35 class VideoNode; variable
43 void SetVideoNode(VideoNode *node);
67 VideoNode * fVideoNode;
H A DVideoNode.h35 class VideoNode : public BMediaEventLooper, public BBufferConsumer {
37 VideoNode(const char *name, VideoView *view);
38 ~VideoNode();
H A DJamfile9 VideoNode.cpp
H A DVideoView.cpp55 fVideoNode = new VideoNode("video in", this); in VideoView()
81 VideoNode *
H A DController.cpp94 Controller::SetVideoNode(VideoNode *node) in SetVideoNode()