Searched refs:BMediaEventLooper (Results 26 - 50 of 70) sorted by relevance

123

/haiku/src/kits/media/
H A DMediaRecorderNode.cpp25 BMediaEventLooper(),
217 && BMediaEventLooper::HandleMessage(message, data, size) < 0
H A DSoundPlayNode.h23 class SoundPlayNode : public BBufferProducer, public BMediaEventLooper {
99 // BMediaEventLooper methods
H A DSoundPlayNode.cpp36 BMediaEventLooper(),
578 // #pragma mark - implementation for BMediaEventLooper
603 if (RunState() == BMediaEventLooper::B_STARTED)
632 if (RunState() != BMediaEventLooper::B_STARTED
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp45 BMediaEventLooper(),
130 // start the BMediaEventLooper control loop running
141 BMediaEventLooper::Start(performanceTime);
151 BMediaEventLooper::Stop(performanceTime, immediate);
158 BMediaEventLooper::Seek(media_time, performanceTime);
199 return BMediaEventLooper::DeleteHook(node);
H A DVideoProducer.h26 class VideoProducer : public virtual BMediaEventLooper,
45 // BMediaEventLooper interface
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h35 public BMediaEventLooper {
106 //BMediaEventLooper
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h30 public virtual BControllable, public virtual BMediaEventLooper {
49 /* BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h41 public BMediaEventLooper {
113 //BMediaEventLooper
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h32 class ToneProducer : public BBufferProducer, public BControllable, public BMediaEventLooper
155 // BMediaEventLooper methods
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h24 public BControllable, public BMediaEventLooper {
124 // BMediaEventLooper methods
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h25 public BMediaEventLooper {
/haiku/src/apps/codycam/
H A DVideoConsumer.h40 class VideoConsumer : public BMediaEventLooper, public BBufferConsumer {
68 /* BMediaEventLooper */
/haiku/src/kits/game/
H A DGameProducer.cpp46 BMediaEventLooper(),
78 // Stop the BMediaEventLooper thread
421 // BMediaEventLooper methods
431 // Start the BMediaEventLooper thread
482 if ((RunState() == BMediaEventLooper::B_STARTED)
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp20 BMediaEventLooper(),
379 if (B_OK == BMediaEventLooper::HandleMessage(message,data,size))
/haiku/src/apps/tv/
H A DVideoNode.cpp78 , BMediaEventLooper()
167 || BMediaEventLooper::HandleMessage(message, data, size) == B_OK)
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp26 , BMediaEventLooper()
45 , BMediaEventLooper()
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp72 BMediaEventLooper::Quit();
87 BMediaEventLooper(),
872 // implementation for BMediaEventLooper
895 if (RunState() == BMediaEventLooper::B_STARTED) {
1050 if (RunState() != BMediaEventLooper::B_STARTED) {
1059 if (RunState() == BMediaEventLooper::B_STARTED) {
1068 if (RunState() == BMediaEventLooper::B_STARTED) {
H A DESDSinkNode.h70 public BMediaEventLooper,
228 /* start from BMediaEventLooper */
237 /* end from BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp166 if (destinationRunState == BMediaEventLooper::B_STARTED) {
192 if (destinationRunState == BMediaEventLooper::B_STARTED) {
452 // implementation for BMediaEventLooper
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.h25 public BMediaEventLooper
206 /* start from BMediaEventLooper */
228 /* end from BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.h25 public BMediaEventLooper
267 /* start from BMediaEventLooper */
289 /* end from BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h19 public virtual BMediaEventLooper,
41 /* BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h26 public virtual BMediaEventLooper,
49 /* BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h26 public virtual BMediaEventLooper,
48 /* BMediaEventLooper */
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h22 public virtual BMediaEventLooper,
44 /* BMediaEventLooper */

Completed in 121 milliseconds

123