Searched refs:FormatChanged (Results 26 - 45 of 45) sorted by relevance

12

/haiku/src/kits/media/
H A DNotifications.cpp213 FormatChanged(const media_source& source, const media_destination& destination, function in namespace:BPrivate::media::notifications
H A DBufferConsumer.cpp443 rv = FormatChanged(request->producer, request->consumer, request->change_tag, request->format);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h80 virtual status_t FormatChanged(const media_source& producer,
H A DMultiAudioNode.cpp742 MultiAudioNode::FormatChanged(const media_source& producer, function in class:MultiAudioNode
/haiku/src/apps/tv/
H A DVideoNode.cpp305 VideoNode::FormatChanged(const media_source &src, function in class:VideoNode
310 printf("VideoNode::FormatChanged enter\n");
326 printf("VideoNode::FormatChanged creating overlay buffer "
334 printf("VideoNode::FormatChanged failed (lost buffer group!)\n");
340 printf("VideoNode::FormatChanged leave\n");
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp292 VideoNode::FormatChanged(const media_source &src, const media_destination &dst, function in class:VideoNode
311 fprintf(stderr, "VideoNode::FormatChanged creating overlay buffer failed\n");
319 fprintf(stderr, "VideoNode::FormatChanged failed (lost buffer group!)\n");
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp415 status_t MediaWriter::FormatChanged( function in class:MediaWriter
421 fprintf(stderr,"MediaWriter::FormatChanged\n");
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp490 VideoConsumer::FormatChanged(const media_source& producer, function in class:VideoConsumer
494 FUNCTION("VideoConsumer::FormatChanged\n");
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp270 BMediaClientNode::FormatChanged(const media_source& source, function in class:BMediaClientNode
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp508 VideoConsumer::FormatChanged(const media_source& producer, function in class:VideoConsumer
512 FUNCTION("VideoConsumer::FormatChanged\n");
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp483 LoggingConsumer::FormatChanged( function in class:LoggingConsumer
/haiku/src/apps/mediaplayer/
H A DController.cpp356 FormatChanged(BRect(0, 0, width - 1, height - 1), fVideoFrameRate,
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp217 VSTNode::FormatChanged(const media_source &src, const media_destination &dst, function in class:VSTNode
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp207 EqualizerNode::FormatChanged(const media_source &src, function in class:EqualizerNode
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp414 // Because FormatChanged() is called by the producer, you don't need to (and
418 // FormatChanged(); this error will be passed back to the producer that
421 status_t FlangerNode::FormatChanged( function in class:FlangerNode
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp409 status_t MediaDemultiplexerNode::FormatChanged( function in class:MediaDemultiplexerNode
415 fprintf(stderr,"MediaDemultiplexerNode::FormatChanged\n");
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp493 status_t ESDSinkNode::FormatChanged( function in class:ESDSinkNode
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp625 // Because FormatChanged() is called by the producer, you don't need to (and
629 // FormatChanged(); this error will be passed back to the producer that
632 status_t AudioFilterNode::FormatChanged( function in class:AudioFilterNode
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp480 AudioMixer::FormatChanged(const media_source &producer, function in class:AudioMixer
487 TRACE("AudioMixer::FormatChanged\n");
493 TRACE("AudioMixer::FormatChanged: input format change refused\n");
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp917 OpenSoundNode::FormatChanged(const media_source& producer, function in class:OpenSoundNode
925 fprintf(stderr,"OpenSoundNode::FormatChanged() - "
931 fprintf(stderr,"OpenSoundNode::FormatChanged() - "

Completed in 161 milliseconds

12