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

/haiku/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"
433 fVideoView = new VideoView(size, "Video View", B_FOLLOW_ALL_SIDES,
/haiku/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 DController.cpp33 #include "VideoView.h"
87 Controller::SetVideoView(VideoView *view)
H A DVideoNode.cpp37 #include "VideoView.h"
76 VideoNode::VideoNode(const char *name, VideoView *view)
H A DMainWin.cpp123 fVideoView = new VideoView(video_rect, "video display", B_FOLLOW_ALL,
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp17 #pragma mark - VideoView
20 class VideoView: public BView class in inherits:BView
23 VideoView(BMediaTrack* track, int32 width, int32 height);
33 VideoView::VideoView(BMediaTrack* track, int32 width, int32 height) function in class:VideoView
43 VideoView::Draw(BRect r)
50 VideoView::KeyDown(const char*, int32)
104 BView* view = new VideoView(fMediaTrack, format.Width(), format.Height());
/haiku/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.h34 class VideoView;
138 void SetVideoView(VideoView *view);
185 VideoView* fVideoView;
H A DMainWin.h24 #include "VideoView.h"
134 VideoView* fVideoView;
H A DController.cpp30 #include "VideoView.h"
1000 Controller::SetVideoView(VideoView *view)
H A DMainWin.cpp327 fVideoView = new VideoView(rect, "video display", B_FOLLOW_NONE);
/haiku/src/apps/codycam/
H A DCodyCam.h132 BView* VideoView();
H A DCodyCam.cpp243 ((VideoWindow*)fWindow)->VideoView(),
596 VideoWindow::VideoView() function in class:VideoWindow

Completed in 188 milliseconds