Searched refs:VideoNode (Results 1 – 13 of 13) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/videowindow/ |
H A D | VideoNode.cpp | 24 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 D | VideoView.h | 14 class VideoNode; variable 20 VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node); 26 VideoNode * Node(); 44 VideoNode * fVideoNode;
|
H A D | VideoNode.h | 22 class VideoNode : public BMediaEventLooper, public BBufferConsumer 25 VideoNode(const char *name); 26 VideoNode(const char *name, BMediaAddOn* addon, int32 id); 27 ~VideoNode();
|
H A D | VideoAddOn.cpp | 96 VideoNode* node = new VideoNode("Video Node", this, info->internal_id); in InstantiateNodeFor()
|
H A D | VideoView.cpp | 21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *nod… in VideoView() 41 VideoNode *
|
H A D | Jamfile | 8 VideoNode.cpp
|
/haiku/src/apps/tv/ |
H A D | VideoNode.cpp | 76 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 D | VideoView.h | 31 class VideoNode; variable 43 VideoNode * Node(); 64 VideoNode * fVideoNode;
|
H A D | Controller.h | 35 class VideoNode; variable 43 void SetVideoNode(VideoNode *node); 67 VideoNode * fVideoNode;
|
H A D | VideoNode.h | 35 class VideoNode : public BMediaEventLooper, public BBufferConsumer { 37 VideoNode(const char *name, VideoView *view); 38 ~VideoNode();
|
H A D | Jamfile | 9 VideoNode.cpp
|
H A D | VideoView.cpp | 55 fVideoNode = new VideoNode("video in", this); in VideoView() 81 VideoNode *
|
H A D | Controller.cpp | 94 Controller::SetVideoNode(VideoNode *node) in SetVideoNode()
|