Searched refs:media_type (Results 51 - 75 of 109) sorted by relevance

12345

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h68 virtual status_t FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h67 virtual status_t FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h63 virtual status_t FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.h153 media_type type,
H A DVideoMixerNodeProducer.cpp26 media_type type,
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h54 virtual status_t FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.h223 media_type type,
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h347 media_type type,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h113 virtual status_t FormatSuggestionRequested(media_type type,
/haiku/docs/develop/media/
H A DMediaFileProducer.h119 media_type type,
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp22 BMediaRecorder* recorder, media_type type)
H A DMediaRecorder.cpp20 BMediaRecorder::BMediaRecorder(const char* name, media_type type)
H A DBufferProducer.cpp44 media_type
55 BBufferProducer::BBufferProducer(media_type producer_type)
H A DBufferConsumer.cpp59 media_type
87 BBufferConsumer::BBufferConsumer(media_type consumerType)
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.c95 hw->phy.media_type = igc_media_type_copper;
143 if (hw->phy.media_type != igc_media_type_copper) {
903 if ((hw->phy.media_type == igc_media_type_copper) &&
1172 hw->phy.media_type != igc_media_type_copper)
H A Digc_hw.h465 enum igc_media_type media_type; member in struct:igc_phy_info
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82571.c99 if (hw->phy.media_type != e1000_media_type_copper) {
297 hw->phy.media_type = e1000_media_type_fiber;
308 hw->phy.media_type = e1000_media_type_internal_serdes;
316 hw->phy.media_type = e1000_media_type_copper;
1058 if (hw->phy.media_type == e1000_media_type_internal_serdes)
H A De1000_vf.c104 hw->phy.media_type = e1000_media_type_unknown;
H A Dif_em.c1023 if (hw->phy.media_type == e1000_media_type_copper) {
1393 sc->hw.phy.media_type == e1000_media_type_copper) {
1582 if ((sc->hw.phy.media_type == e1000_media_type_fiber) ||
1583 (sc->hw.phy.media_type == e1000_media_type_internal_serdes)) {
1799 switch (hw->phy.media_type) {
2893 if (sc->hw.phy.media_type == e1000_media_type_fiber ||
2894 sc->hw.phy.media_type == e1000_media_type_internal_serdes) {
3102 if (hw->phy.media_type == e1000_media_type_fiber ||
3103 hw->phy.media_type == e1000_media_type_internal_serdes)
3904 if (sc->hw.phy.media_type
[all...]
H A De1000_82542.c108 hw->phy.media_type = e1000_media_type_fiber;
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp22 BMediaClient* owner, media_type type)
280 BMediaClientNode::FormatSuggestionRequested(media_type type,
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h76 virtual status_t FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp63 ProducerNode::FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h93 virtual status_t FormatSuggestionRequested(media_type type,
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp122 uint8 media_type; member in struct:specification_packet
186 if (packet->media_type != 0)
192 dprintf(" media type: %u\n", packet->media_type);

Completed in 202 milliseconds

12345