Searched refs:media_type (Results 1 - 25 of 109) sorted by last modified time

12345

/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp776 MultiAudioNode::FormatSuggestionRequested(media_type type, int32 /*quality*/,
824 media_type requestedType = format->type;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp370 media_type filterType) const {
391 media_type filterType) const {
415 media_type filterType) const {
441 media_type filterType) const {
841 media_type type;
843 match_endpoint_name_type(const char* _name, media_type _type) :
861 media_type type;
863 match_endpoint_type(media_type _type) :
904 media_type type /*=B_MEDIA_UNKNOWN_TYPE*/,
956 media_type typ
[all...]
/haiku/src/apps/cortex/support/
H A DMediaString.cpp195 media_type type,
197 D_METHOD(("MediaString::getStringFor(media_type)\n"));
/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);
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp107 uint8 media_type; member in struct:specification_packet
/haiku/src/kits/media/
H A DMediaRoster.cpp1728 int32 * out_total_count, media_type filter_type)
1762 // media_type used, but doesn't match
1873 int32* out_total_count, media_type filter_type)
1899 // media_type used, but doesn't match
H A DSoundPlayNode.cpp161 SoundPlayNode::FormatSuggestionRequested(media_type type, int32 /*quality*/,
H A DBufferConsumer.cpp59 media_type
87 BBufferConsumer::BBufferConsumer(media_type consumerType)
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp204 VideoProducer::FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp938 media_type type,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp332 media_type type, int32 quality, media_format *format)
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp445 media_type type, int32 quality, media_format *format)
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp964 OpenSoundNode::FormatSuggestionRequested(media_type type, int32 /*quality*/,
1007 media_type requestedType = format->type;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp515 AudioMixer::FormatSuggestionRequested(media_type type, int32 quality,
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp254 media_type type, int32 quality, media_format* format)
303 media_type requestedType = format->type;
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp257 media_type type, int32 quality, media_format *format)
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp534 ESDSinkNode::FormatSuggestionRequested(media_type type, int32 /*quality*/, media_format* format)
575 media_type requestedType = format->type;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp468 media_type type, int32 quality, media_format *format)
/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
H A Dif_igc.c578 if (hw->phy.media_type == igc_media_type_copper) {
1196 switch (hw->phy.media_type) {
/haiku/src/bin/network/ifconfig/
H A DMediaTypes.cpp22 struct media_type { struct
41 const media_type kMediaTypes[] = {
/haiku/headers/os/media/
H A DMediaRoster.h190 media_type filterType
204 media_type filterType
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
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_vf.c104 hw->phy.media_type = e1000_media_type_unknown;

Completed in 247 milliseconds

12345