Home
last modified time | relevance | path

Searched refs:requestedType (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/game/
H A DGameProducer.cpp159 media_type requestedType = format->type; in FormatProposal() local
160 if ((requestedType != B_MEDIA_UNKNOWN_TYPE) in FormatProposal()
161 && (requestedType != B_MEDIA_RAW_AUDIO)) { in FormatProposal()
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp303 media_type requestedType = format->type; in FormatProposal() local
306 if (requestedType != B_MEDIA_UNKNOWN_TYPE in FormatProposal()
307 && requestedType != B_MEDIA_ENCODED_VIDEO) { in FormatProposal()
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp246 media_type requestedType = format->type; in FormatProposal() local
248 if ((requestedType != B_MEDIA_UNKNOWN_TYPE) && (requestedType != B_MEDIA_RAW_AUDIO)) in FormatProposal()
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp575 media_type requestedType = format->type;
577 if ((requestedType != B_MEDIA_UNKNOWN_TYPE) && (requestedType != B_MEDIA_RAW_AUDIO))
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1007 media_type requestedType = format->type; in FormatProposal() local
1020 if (requestedType != B_MEDIA_UNKNOWN_TYPE in FormatProposal()
1021 && requestedType != B_MEDIA_RAW_AUDIO in FormatProposal()
1023 && requestedType != B_MEDIA_ENCODED_AUDIO in FormatProposal()
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp824 media_type requestedType = format->type; in FormatProposal() local
826 if (requestedType != B_MEDIA_UNKNOWN_TYPE in FormatProposal()
827 && requestedType != B_MEDIA_RAW_AUDIO) { in FormatProposal()