Searched refs:io_format (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaOutputInfo.cpp72 media_format * io_format)
74 status_t status = FormatProposal(io_format);
77 *io_format = generalFormat;
80 io_format->SpecializeTo(&fullySpecifiedFormat);
71 FormatChangeRequested(const media_destination & destination, media_format * io_format) argument
H A DMediaOutputInfo.h29 media_format * io_format);
H A DMediaDemultiplexerNode.h178 /* If the format isn't good, put a good format into *io_format and return error */
186 media_format * io_format,
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.h33 media_format * io_format,
/haiku/src/kits/game/
H A DGameProducer.h57 media_format* io_format,
H A DGameProducer.cpp291 const media_destination& destination, media_format* io_format,
290 FormatChangeRequested(const media_source& source, const media_destination& destination, media_format* io_format, int32* _deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeProducer.cpp81 media_format *io_format,
93 fOutput.format = *io_format;
78 FormatChangeRequested( const media_source &source, const media_destination &destination, media_format *io_format, int32 * _deprecated_) argument
H A DVideoMixerNode.h159 /* If the format isn't good, put a good format into *io_format and return error */
167 media_format *io_format,
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h65 media_format* io_format,
H A DFireWireDVNode.cpp190 const media_destination& destination, media_format* io_format,
189 FormatChangeRequested(const media_source& source, const media_destination& destination, media_format* io_format, int32* _deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h75 /* If the format isn't good, put a good format into *io_format and return error */
83 media_format* io_format,
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.h98 /* If the format isn't good, put a good format into *io_format and return error */
106 media_format * io_format,
H A DMediaReader.cpp275 media_format * io_format,
284 status_t status = FormatProposal(source,io_format);
287 GetFormat(io_format);
291 return ResolveWildcards(io_format);
272 FormatChangeRequested( const media_source & source, const media_destination & destination, media_format * io_format, int32 * _deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h184 media_format* io_format,
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h66 media_format *io_format, int32 *_deprecated_);
H A DProducer.cpp288 const media_destination &destination, media_format *io_format,
291 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
287 FormatChangeRequested(const media_source &source, const media_destination &destination, media_format *io_format, int32 *_deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h74 media_format *io_format, int32 *_deprecated_);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h73 media_format *io_format, int32 *_deprecated_);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h69 media_format *io_format, int32 *_deprecated_);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h60 media_format *io_format, int32 *_deprecated_);
H A DProducer.cpp294 const media_destination &destination, media_format *io_format,
297 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
293 FormatChangeRequested(const media_source &source, const media_destination &destination, media_format *io_format, int32 *_deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h122 media_format* io_format,
/haiku/docs/develop/media/
H A DMediaFileProducer.h125 /* If the format isn't good, put a good format into *io_format and return error */
133 media_format * io_format,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp558 /*! If the format isn't good, put a good format into *io_format and return error
566 const media_destination &destination, media_format *io_format,
605 if (io_format->type != B_MEDIA_RAW_AUDIO
606 && io_format->type != B_MEDIA_UNKNOWN_TYPE) {
612 io_format->SpecializeTo(&fDefaultFormat);
620 SetBufferDuration(buffer_duration(io_format->u.raw_audio));
642 fCore->OutputFormatChanged(io_format->u.raw_audio);
565 FormatChangeRequested(const media_source &source, const media_destination &destination, media_format *io_format, int32 *_deprecated_) argument
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h82 media_format *io_format, int32 *_deprecated_);

Completed in 119 milliseconds

12