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

12

/haiku/src/kits/media/experimental/
H A DMediaClientNode.h84 const media_destination& consumer,
/haiku/src/apps/codycam/
H A DVideoConsumer.h104 const media_destination& consumer,
H A DVideoConsumer.cpp509 const media_destination& consumer, int32 fromChangeCount,
514 if (consumer != fIn.destination)
573 // no, buffers belong to consumer
508 FormatChanged(const media_source& producer, const media_destination& consumer, int32 fromChangeCount, const media_format& format) argument
/haiku/headers/private/kernel/vm/
H A DVMCache.h123 void AddConsumer(VMCache* consumer);
218 void _RemoveConsumer(VMCache* consumer);
/haiku/src/kits/media/
H A DBufferConsumer.cpp443 rv = FormatChanged(request->producer, request->consumer, request->change_tag, request->format);
454 completedcommand.info.destination = request->consumer;
456 SendToPort(request->consumer.port, NODE_REQUEST_COMPLETED, &completedcommand, sizeof(completedcommand));
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 DMediaRoster.cpp829 BMediaRoster::SetVideoOutput(const media_node& consumer) argument
832 return MediaRosterEx(this)->SetNode(VIDEO_OUTPUT, &consumer);
837 BMediaRoster::SetVideoOutput(const dormant_node_info& consumer) argument
840 return MediaRosterEx(this)->SetNode(VIDEO_OUTPUT, NULL, &consumer);
845 BMediaRoster::SetAudioOutput(const media_node& consumer) argument
848 return MediaRosterEx(this)->SetNode(AUDIO_OUTPUT, &consumer);
861 BMediaRoster::SetAudioOutput(const dormant_node_info& consumer) argument
864 return MediaRosterEx(this)->SetNode(AUDIO_OUTPUT, NULL, &consumer);
1094 // reply2.format now contains the format accepted by the consumer
1144 // from the consumer poin
[all...]
H A DBufferProducer.cpp510 request.consumer = destination;
/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
/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
/haiku/headers/os/media/
H A DBufferConsumer.h99 const media_destination& consumer,
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.h148 const media_destination & consumer,
H A DMediaDemultiplexerNode.cpp411 const media_destination & consumer,
419 if (input.destination != consumer) {
409 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/esound_sink/
H A DESDSinkNode.h153 const media_destination & consumer,
H A DESDSinkNode.cpp118 // we'll use the consumer's preferred buffer size, if any
495 const media_destination & consumer,
501 if(fInput.destination != consumer) {
661 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
680 // the format may not yet be fully specialized (the consumer might have
689 // !!! validate all other fields except for buffer_size here, because the consumer might have
761 // if the consumer calls SetOutputBuffersFor() on us from within its Connected()
493 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/video_mixer/
H A DVideoMixerNode.h133 const media_destination &consumer,
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp186 const media_destination& consumer, int32 changeTag,
185 FormatChanged(const media_source& producer, const media_destination& consumer, int32 changeTag, const media_format& format) argument
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h99 const media_destination& consumer,
H A DOpenSoundNode.cpp245 // to work properly. Appearantly, a consumer can use SetOutputBuffers(),
918 const media_destination& consumer, int32 change_tag,
922 NodeInput* channel = _FindInput(consumer);
1113 // inside BMediaRoster::Connect(). At this point, the consumer's
1146 // the format may not yet be fully specialized (the consumer might have
1155 // consumer might have supplied different values from AcceptFormat()?
1245 // for example, if the consumer calls SetOutputBuffersFor() on us from
917 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/multi_audio/
H A DMultiAudioNode.h81 const media_destination& consumer,
H A DMultiAudioNode.cpp214 // we'll use the consumer's preferred buffer size, if any
241 // we'll use the consumer's preferred buffer size, if any
743 const media_destination& consumer, int32 change_tag,
748 node_input* channel = _FindInput(consumer);
1012 // for example, if the consumer calls SetOutputBuffersFor() on us from
742 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/mixer/
H A DAudioMixer.cpp481 const media_destination &consumer, int32 change_tag,
489 if (consumer.port != ControlPort() || consumer.id == 0)
504 fCore->InputFormatChanged(consumer.id, format.u.raw_audio);
520 // BBufferProducer function, a downstream consumer
569 // the downstream consumer node (soundcard) requested that we produce
700 // the downstream consumer (soundcard) node asks us to use another
779 // happens inside BMediaRoster::Connect(). At this point, the consumer's
941 // happen, for example, if the consumer calls SetOutputBuffersFor() on
480 FormatChanged(const media_source &producer, const media_destination &consumer, int32 change_tag, const media_format &format) argument
/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/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp431 // we're a final consumer (no outputs), so we have no downstream latency.
485 const media_destination& consumer,
621 // associated with the consumer.
483 FormatChanged( const media_source& producer, const media_destination& consumer, int32 change_tag, const media_format& format) argument
/haiku/src/system/kernel/vm/
H A Dvm.cpp175 // Unlock caches in source -> consumer direction. This is important to
223 VMCache* consumer = cache; local
227 cache->SetUserData(consumer);
3388 VMCache* consumer = it.Next();) {
3389 dump_cache_tree_recursively(consumer, level + 1, highlightCache);
3449 VMCache* consumer = it.Next();) {
3450 update_cache_info_recursively(consumer, info);
3513 VMCache* consumer = it.Next();) {
3514 dump_caches_recursively(consumer, info, level + 1);

Completed in 401 milliseconds

12