Searched refs:AcceptFormat (Results 26 - 43 of 43) sorted by relevance

12

/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp146 BMediaClientNode::AcceptFormat(const media_destination& dest, function in class:BMediaClientNode
155 return conn->AcceptFormat(format);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h63 virtual status_t AcceptFormat(const media_destination& dest,
H A DMultiAudioNode.cpp561 MultiAudioNode::AcceptFormat(const media_destination& dest, function in class:MultiAudioNode
/haiku/src/apps/tv/
H A DVideoNode.cpp220 VideoNode::AcceptFormat(const media_destination &dst, function in class:VideoNode
225 * we are here => BBufferConsumer::AcceptFormat
253 * BBufferConsumer::AcceptFormat
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp187 VideoNode::AcceptFormat(const media_destination &dst, media_format *format) function in class:VideoNode
191 * we are here => BBufferConsumer::AcceptFormat
215 * BBufferConsumer::AcceptFormat
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp204 status_t MediaWriter::AcceptFormat( function in class:MediaWriter
208 fprintf(stderr,"MediaWriter::AcceptFormat\n");
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp384 VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format) function in class:VideoConsumer
386 FUNCTION("VideoConsumer::AcceptFormat\n");
389 ERROR("VideoConsumer::AcceptFormat - BAD DESTINATION\n");
397 ERROR("VideoConsumer::AcceptFormat - BAD FORMAT\n");
422 ERROR("AcceptFormat - unsupported color space for BBitmaps "
429 ERROR("AcceptFormat - BViews cannot draw bitmaps in given "
440 FUNCTION("VideoConsumer::AcceptFormat: %s\n", string);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp422 VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format) function in class:VideoConsumer
424 FUNCTION("VideoConsumer::AcceptFormat\n");
427 ERROR("VideoConsumer::AcceptFormat - BAD DESTINATION\n");
435 ERROR("VideoConsumer::AcceptFormat - BAD FORMAT\n");
446 ERROR("AcceptFormat - not a format we know about!\n");
457 FUNCTION("VideoConsumer::AcceptFormat: %s\n", formatString);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp331 LoggingConsumer::AcceptFormat(const media_destination& dest, media_format* format) function in class:LoggingConsumer
335 PRINT(("LoggingConsumer::AcceptFormat:\n\tformat %s\n", formatStr));
/haiku/src/kits/media/
H A DBufferConsumer.cpp353 status_t status = AcceptFormat(request->dest, &reply.format);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp185 VSTNode::AcceptFormat(const media_destination &dst, media_format* format) function in class:VSTNode
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp172 EqualizerNode::AcceptFormat(const media_destination &dst, media_format* format) function in class:EqualizerNode
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp281 status_t FlangerNode::AcceptFormat( function in class:FlangerNode
285 PRINT(("FlangerNode::AcceptFormat()\n"));
411 // your AcceptFormat() call, if your AcceptFormat() call alters any wildcard
778 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp241 status_t MediaDemultiplexerNode::AcceptFormat( function in class:MediaDemultiplexerNode
245 fprintf(stderr,"MediaDemultiplexerNode::AcceptFormat\n");
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp257 status_t ESDSinkNode::AcceptFormat( function in class:ESDSinkNode
661 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
690 // supplied different values from AcceptFormat()?
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp391 status_t AudioFilterNode::AcceptFormat( function in class:AudioFilterNode
395 PRINT(("AudioFilterNode::AcceptFormat()\n"));
452 "*** AcceptFormat(): format validated, but no operation found:\n"
622 // your AcceptFormat() call, if your AcceptFormat() call alters any wildcard
1044 // inside BMediaRoster::Connect(). At this point, the consumer's AcceptFormat()
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp220 AudioMixer::AcceptFormat(const media_destination &dest, media_format *ioFormat) function in class:AudioMixer
222 PRINT_FORMAT("AudioMixer::AcceptFormat: ", *ioFormat);
780 // AcceptFormat() method has been called, and that node has potentially
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp609 OpenSoundNode::AcceptFormat(const media_destination& dest, function in class:OpenSoundNode
620 fprintf(stderr, "OpenSoundNode::AcceptFormat()"
627 fprintf(stderr, "OpenSoundNode::AcceptFormat() - B_BAD_VALUE\n");
1114 // AcceptFormat() method has been called, and that node has potentially
1155 // consumer might have supplied different values from AcceptFormat()?

Completed in 251 milliseconds

12