Searched refs:consumer (Results 1 - 25 of 50) sorted by path

12

/haiku/headers/os/media/
H A DBufferConsumer.h99 const media_destination& consumer,
/haiku/headers/private/media/
H A DServerInterface.h825 // #pragma mark - buffer consumer commands
891 media_destination consumer; member in struct:consumer_format_changed_request
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.h148 const media_destination & consumer,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h153 const media_destination & consumer,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h85 const media_destination& consumer,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h99 const media_destination& consumer,
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.h133 const media_destination &consumer,
H A DVideoMixerNodeConsumer.cpp219 const media_destination & consumer,
231 if (input->destination != consumer) {
217 FormatChanged( const media_source & producer, const media_destination & consumer, int32 change_tag, const media_format & format) argument
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp417 const media_destination & consumer,
425 if (input.destination != consumer) {
415 FormatChanged( const media_source & producer, const media_destination & consumer, int32 change_tag, const media_format & format) argument
H A DMediaWriter.h130 const media_destination & consumer,
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.h142 const media_destination& consumer,
H A DNodeHarnessWin.h48 media_node producer, consumer; member in struct:Connection
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.h97 media_node consumer; member in struct:NodeManager::Connection
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp491 const media_destination& consumer, int32 fromChangeCount,
496 if (consumer != fIn.destination)
569 // Buffers belong to consumer
490 FormatChanged(const media_source& producer, const media_destination& consumer, int32 fromChangeCount, const media_format& format) argument
H A DVideoConsumer.h82 const media_destination& consumer,
/haiku/src/apps/patchbay/
H A DPatchRow.cpp35 // between a producer and a consumer.
211 BMidiConsumer* consumer = roster->FindConsumer(fConsumerID); local
212 if (producer != NULL && consumer != NULL) {
215 err = producer->Connect(consumer);
217 err = producer->Disconnect(consumer);
227 if (consumer != NULL)
228 consumer->Release();
/haiku/src/kits/game/
H A DGameSoundBuffer.h22 media_node producer, consumer; member in struct:Connection
36 virtual status_t Connect(media_node * consumer);
/haiku/src/kits/media/
H A DBufferProducer.cpp510 request.consumer = destination;
H A DMediaRecorderNode.cpp203 // at them, so we can ignore the time warp as a consumer.
342 const media_destination& consumer, int32 tag,
341 FormatChanged(const media_source& producer, const media_destination& consumer, int32 tag, const media_format& format) argument
H A DMediaRecorderNode.h98 const media_destination& consumer,
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h84 const media_destination& consumer,
/haiku/src/kits/midi2/
H A DMidiProducer.cpp23 WARN("Connect() does not accept a NULL consumer")
37 WARN("Disconnect() does not accept a NULL consumer")
122 msg.AddInt32("midi:consumer", cons->ID());
150 BMidiProducer::ConnectionMade(BMidiConsumer* consumer) argument
152 if (consumer == NULL)
156 ASSERT(!fConnections->HasItem(consumer))
158 fConnections->AddItem(consumer);
163 ((BMidiLocalProducer*) this)->Connected(consumer);
169 BMidiProducer::ConnectionBroken(BMidiConsumer* consumer) argument
171 if (consumer
[all...]
H A DMidiRoster.cpp288 msg.AddBool("midi:consumer", endp->fIsConsumer);
294 BMidiConsumer* consumer = (BMidiConsumer*) endp; local
295 msg.AddInt32("midi:port", consumer->fPort);
296 msg.AddInt64("midi:latency", consumer->fLatency);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp44 DeviceEndpoints(int fd, MidiPortConsumer* consumer, MidiPortProducer* producer) argument
45 : fFD(fd), fConsumer(consumer), fProducer(producer)
243 MidiPortConsumer* consumer = NULL; local
249 consumer = new MidiPortConsumer(fd, path);
250 _SetIcons(consumer);
251 TRACE(("Register %s MidiPortConsumer\n", consumer->Name()));
252 consumer->Register();
262 fDeviceEndpointsMap.Put(path, new DeviceEndpoints(fd, consumer, producer));
H A DServerDefs.h39 // used to describe both consumer and producer endpoints.
56 // Is this a consumer or producer endpoint?
57 bool consumer; member in struct:endpoint_t
68 // The port that accepts MIDI events (consumer only).
72 // MIDI events (consumer only).

Completed in 328 milliseconds

12