Searched refs:fVideoNode (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp23 , fVideoNode(node)
44 return fVideoNode;
68 fVideoNode->LockBitmap();
70 BBitmap *bmp = fVideoNode->Bitmap();
82 fVideoNode->UnlockBitmap();
93 fVideoNode->LockBitmap();
95 BBitmap *bmp = fVideoNode->Bitmap();
103 fVideoNode->UnlockBitmap();
140 fVideoNode->LockBitmap();
141 BBitmap *bmp = fVideoNode
[all...]
H A DVideoView.h44 VideoNode * fVideoNode; member in class:VideoView
/haiku/src/apps/tv/
H A DVideoView.cpp41 , fVideoNode(0)
55 fVideoNode = new VideoNode("video in", this);
56 err = mroster->RegisterNode(fVideoNode);
65 if (fVideoNode) {
66 BMediaRoster::Roster()->UnregisterNode(fVideoNode);
67 delete fVideoNode;
84 return fVideoNode;
113 fVideoNode->LockBitmap();
115 BBitmap *bmp = fVideoNode->Bitmap();
127 fVideoNode
[all...]
H A DVideoView.h64 VideoNode * fVideoNode; member in class:VideoView
H A DController.h67 VideoNode * fVideoNode; member in class:Controller
H A DController.cpp69 , fVideoNode(NULL)
96 fVideoNode = node;
278 video_window_node = fVideoNode->Node();
321 fVideoNode->SetOverlayEnabled(true);
333 fVideoNode->SetOverlayEnabled(false);

Completed in 48 milliseconds