Symbol: VideoConsumer
src/apps/codycam/CodyCam.cpp
244
fVideoConsumer = new VideoConsumer("CodyCam",
src/apps/codycam/CodyCam.h
111
VideoConsumer* fVideoConsumer;
src/apps/codycam/VideoConsumer.cpp
132
VideoConsumer::AddOn(int32* cookie) const
src/apps/codycam/VideoConsumer.cpp
145
VideoConsumer::Start(bigtime_t performanceTime)
src/apps/codycam/VideoConsumer.cpp
152
VideoConsumer::Stop(bigtime_t performanceTime, bool immediate)
src/apps/codycam/VideoConsumer.cpp
159
VideoConsumer::Seek(bigtime_t mediaTime, bigtime_t performanceTime)
src/apps/codycam/VideoConsumer.cpp
166
VideoConsumer::TimeWarp(bigtime_t atRealTime, bigtime_t toPerformanceTime)
src/apps/codycam/VideoConsumer.cpp
173
VideoConsumer::DeleteHook(BMediaNode* node)
src/apps/codycam/VideoConsumer.cpp
180
VideoConsumer::NodeRegistered()
src/apps/codycam/VideoConsumer.cpp
194
VideoConsumer::RequestCompleted(const media_request_info& info)
src/apps/codycam/VideoConsumer.cpp
214
VideoConsumer::HandleMessage(int32 message, const void* data, size_t size)
src/apps/codycam/VideoConsumer.cpp
251
VideoConsumer::BufferReceived(BBuffer* buffer)
src/apps/codycam/VideoConsumer.cpp
269
VideoConsumer::ProducerDataStatus(const media_destination& forWhom,
src/apps/codycam/VideoConsumer.cpp
280
VideoConsumer::CreateBuffers(const media_format& withFormat)
src/apps/codycam/VideoConsumer.cpp
356
VideoConsumer::DeleteBuffers()
src/apps/codycam/VideoConsumer.cpp
376
VideoConsumer::Connected(const media_source& producer,
src/apps/codycam/VideoConsumer.cpp
406
VideoConsumer::Disconnected(const media_source& producer,
src/apps/codycam/VideoConsumer.cpp
422
VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format)
src/apps/codycam/VideoConsumer.cpp
464
VideoConsumer::GetNextInput(int32* cookie, media_input* outInput)
src/apps/codycam/VideoConsumer.cpp
487
VideoConsumer::DisposeInputCookie(int32 /*cookie*/)
src/apps/codycam/VideoConsumer.cpp
493
VideoConsumer::GetLatencyFor(const media_destination& forWhom,
src/apps/codycam/VideoConsumer.cpp
508
VideoConsumer::FormatChanged(const media_source& producer,
src/apps/codycam/VideoConsumer.cpp
52
VideoConsumer::VideoConsumer(const char* name, BView* view,
src/apps/codycam/VideoConsumer.cpp
527
VideoConsumer::HandleEvent(const media_timed_event* event, bigtime_t lateness,
src/apps/codycam/VideoConsumer.cpp
635
VideoConsumer::FtpRun(void* data)
src/apps/codycam/VideoConsumer.cpp
639
((VideoConsumer*)data)->FtpThread();
src/apps/codycam/VideoConsumer.cpp
646
VideoConsumer::FtpThread()
src/apps/codycam/VideoConsumer.cpp
680
VideoConsumer::UpdateFtpStatus(const char* status)
src/apps/codycam/VideoConsumer.cpp
691
VideoConsumer::LocalSave(char* filename, BBitmap* bitmap)
src/apps/codycam/VideoConsumer.cpp
726
VideoConsumer::FtpSave(char* filename)
src/apps/codycam/VideoConsumer.cpp
97
VideoConsumer::~VideoConsumer()
src/apps/codycam/VideoConsumer.h
40
class VideoConsumer : public BMediaEventLooper, public BBufferConsumer {
src/apps/codycam/VideoConsumer.h
42
VideoConsumer(const char* name, BView* view,
src/apps/codycam/VideoConsumer.h
45
~VideoConsumer();
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
342
fVideoConsumer = new VideoConsumer("MediaPlayer video in", NULL, 0, this,
src/apps/mediaplayer/media_node_framework/NodeManager.h
109
VideoConsumer* fVideoConsumer;
src/apps/mediaplayer/media_node_framework/NodeManager.h
19
class VideoConsumer;
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
119
VideoConsumer::RequestCompleted(const media_request_info& info)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
137
VideoConsumer::HandleMessage(int32 message, const void* data, size_t size)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
144
VideoConsumer::BufferReceived(BBuffer* buffer)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
161
VideoConsumer::ProducerDataStatus(const media_destination& forWhom,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
172
VideoConsumer::CreateBuffers(const media_format& format)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
265
VideoConsumer::DeleteBuffers()
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
291
VideoConsumer::SetTarget(VideoTarget* target)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
304
VideoConsumer::SetTryOverlay(bool tryOverlay)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
311
VideoConsumer::Connected(const media_source& producer,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
353
VideoConsumer::Disconnected(const media_source& producer,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
384
VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
448
VideoConsumer::GetNextInput(int32* cookie, media_input* outInput)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
469
VideoConsumer::DisposeInputCookie(int32 /*cookie*/)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
475
VideoConsumer::GetLatencyFor(const media_destination& whom,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
49
VideoConsumer::VideoConsumer(const char* name, BMediaAddOn* addon,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
490
VideoConsumer::FormatChanged(const media_source& producer,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
509
VideoConsumer::HandleEvent(const media_timed_event* event, bigtime_t lateness,
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
544
VideoConsumer::_SetPerformanceTimeBase(bigtime_t performanceTime)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
551
VideoConsumer::_HandleBuffer(BBuffer* buffer)
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
620
VideoConsumer::_UnsetTargetBuffer()
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
81
VideoConsumer::~VideoConsumer()
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
89
VideoConsumer::AddOn(int32* cookie) const
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.cpp
99
VideoConsumer::NodeRegistered()
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.h
26
class VideoConsumer : public BMediaEventLooper, public BBufferConsumer {
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.h
28
VideoConsumer(
src/apps/mediaplayer/media_node_framework/video/VideoConsumer.h
34
~VideoConsumer();