Searched refs:VideoView (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoWindow.h14 class VideoView;
20 VideoWindow(BRect size, VideoView* view);
25 VideoView * fVideoView;
H A DVideoView.cpp7 #include "VideoView.h"
21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node) function in class:VideoView
30 VideoView::~VideoView()
36 VideoView::AttachedToWindow()
42 VideoView::Node()
49 VideoView::OverlayLockAcquire()
56 VideoView::OverlayLockRelease()
64 VideoView
[all...]
H A DVideoView.h17 class VideoView : public BView class in inherits:BView
20 VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node);
21 ~VideoView();
H A DVideoWindow.cpp8 #include "VideoView.h"
11 VideoWindow::VideoWindow(BRect size, VideoView* view)
H A DVideoNode.h18 class VideoView;
93 VideoView * fVideoView;
H A DVideoNode.cpp8 #include "VideoView.h"
431 fVideoView = new VideoView(size, "Video View", B_FOLLOW_ALL_SIDES,
/haiku-fatelf/src/apps/tv/
H A DVideoView.h34 class VideoView : public BView { class in inherits:BView
36 VideoView(BRect frame, const char *name, uint32 resizeMask,
38 ~VideoView();
H A DController.h34 class VideoView;
42 void SetVideoView(VideoView *view);
66 VideoView * fVideoView;
H A DVideoView.cpp28 #include "VideoView.h"
38 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, function in class:VideoView
52 printf("VideoView::VideoView: media_server is dead\n");
61 VideoView::~VideoView()
73 VideoView::AttachedToWindow()
82 VideoView::Node()
89 VideoView
[all...]
H A DVideoNode.h32 class VideoView;
37 VideoNode(const char *name, VideoView *view);
88 VideoView * fVideoView;
H A DMainWin.h36 #include "VideoView.h"
86 VideoView * fVideoView;
H A DVideoNode.cpp37 #include "VideoView.h"
76 VideoNode::VideoNode(const char *name, VideoView *view)
H A DController.cpp33 #include "VideoView.h"
87 Controller::SetVideoView(VideoView *view)
H A DMainWin.cpp123 fVideoView = new VideoView(video_rect, "video display", B_FOLLOW_ALL,
/haiku-fatelf/src/apps/mediaplayer/
H A DVideoView.cpp7 #include "VideoView.h"
26 VideoView::VideoView(BRect frame, const char* name, uint32 resizeMask) function in class:VideoView
65 VideoView::~VideoView()
73 VideoView::Draw(BRect updateRect)
97 VideoView::MessageReceived(BMessage* message)
123 VideoView::Pulse()
159 VideoView::MouseMoved(BPoint where, uint32 transit,
170 VideoView
[all...]
H A DVideoView.h23 class VideoView : public BView, public VideoTarget { class in inherits:BView,VideoTarget
25 VideoView(BRect frame, const char* name,
27 virtual ~VideoView();
39 // VideoView
H A DController.h45 class VideoView;
147 void SetVideoView(VideoView *view);
194 VideoView* fVideoView;
H A DMainWin.h36 #include "VideoView.h"
144 VideoView* fVideoView;
H A DController.cpp41 #include "VideoView.h"
922 Controller::SetVideoView(VideoView *view)
H A DMainWin.cpp257 fVideoView = new VideoView(rect, "video display", B_FOLLOW_NONE);
/haiku-fatelf/src/apps/codycam/
H A DCodyCam.h127 BView* VideoView();
H A DCodyCam.cpp260 ((VideoWindow*)fWindow)->VideoView(),
600 VideoWindow::VideoView() function in class:VideoWindow

Completed in 201 milliseconds