Searched refs:VideoTarget (Results 1 – 11 of 11) sorted by relevance
8 VideoTarget::VideoTarget() in VideoTarget() function in VideoTarget15 VideoTarget::~VideoTarget() in ~VideoTarget()21 VideoTarget::LockBitmap() in LockBitmap()28 VideoTarget::UnlockBitmap() in UnlockBitmap()35 VideoTarget::SetBitmap(const BBitmap* bitmap) in SetBitmap()44 VideoTarget::GetBitmap() const in GetBitmap()
24 class VideoTarget {26 VideoTarget();27 virtual ~VideoTarget();
19 class VideoTarget; variable33 VideoTarget* target);93 void SetTarget(VideoTarget* target);118 VideoTarget* volatile fTarget;
51 VideoTarget* target) in VideoConsumer()291 VideoConsumer::SetTarget(VideoTarget* target) in SetTarget()
17 class VideoTarget; variable30 virtual VideoTarget* CreateVideoTarget() = 0;71 void SetVideoTarget(VideoTarget* vcTarget);72 VideoTarget* GetVideoTarget() const;120 VideoTarget* fVideoTarget;
235 NodeManager::SetVideoTarget(VideoTarget* videoTarget) in SetVideoTarget()245 VideoTarget*
23 class VideoView : public BView, public VideoTarget {
60 VideoTarget.cpp
70 virtual VideoTarget* CreateVideoTarget();
172 VideoTarget::SetBitmap(bitmap); in SetBitmap()
196 VideoTarget*