Searched refs:media (Results 76 - 100 of 140) sorted by relevance

123456

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.cpp2 #include <media/MediaFormats.h>
H A DProducer.cpp9 #include <media/Buffer.h>
10 #include <media/BufferGroup.h>
11 #include <media/ParameterWeb.h>
12 #include <media/TimeSource.h>
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp12 This test is designed with testing the dvb media-addon video decoding
52 #include <media/Buffer.h>
53 #include <media/BufferGroup.h>
54 #include <media/MediaDecoder.h>
168 // The following code is mainly copy 'n' paste from src/add-ons/media/
169 // media-add-ons/dvb/MediaFormat.cpp:GetHeaderFormatMpegVideo()
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/mii/
H A Dbrgphy.c285 /* Add the supported media types */
388 /* Update the media status. */
393 * the DSP on the Broadcom PHYs if the media changes.
429 brgphy_setmedia(struct mii_softc *sc, int media) argument
433 switch (IFM_SUBTYPE(media)) {
449 if ((media & IFM_FDX) != 0) {
462 if (IFM_SUBTYPE(media) != IFM_1000_T &&
463 IFM_SUBTYPE(media) != IFM_1000_SX) {
468 if (IFM_SUBTYPE(media) == IFM_1000_T) {
470 if ((media
618 brgphy_mii_phy_auto(struct mii_softc *sc, int media) argument
[all...]
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp88 " media <media> - media type to use (defaults to auto)\n",
92 printf("For %s <media> can be one of: ", type);
534 int media = interface.Media(); local
535 if ((media & IFM_ACTIVE) != 0) {
536 // dump media state in case we're linked
537 const char* type = media_type_to_string(media);
737 int mtu = -1, metric = -1, media = -1; local
810 } else if (!strcmp(args[i], "media")) {
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c278 static void xl_choose_media(struct xl_softc *sc, int *media);
479 * plus some non-MII media settings. In order to allow this, we have to
480 * add the extra media to the miibus's ifmedia struct, but we can't do
484 * extra media.
745 xl_setmode(struct xl_softc *sc, int media) argument
759 if (IFM_SUBTYPE(media) == IFM_10_T) {
771 if (IFM_SUBTYPE(media) == IFM_100_FX) {
782 if (IFM_SUBTYPE(media) == IFM_10_5) {
791 if (IFM_SUBTYPE(media) == IFM_10_FL) {
803 if (IFM_SUBTYPE(media)
1074 int media, pmcap; local
1512 xl_choose_media(struct xl_softc *sc, int *media) argument
[all...]
/haiku/src/preferences/network/
H A DInterfaceView.cpp208 int media = fInterface.Media(); local
209 if ((media & IFM_ACTIVE) != 0)
210 fLinkSpeedField->SetText(media_type_to_string(media));
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h14 #include <media/MediaAddOn.h>
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.cpp12 #include <media/MediaFormats.h>
/haiku/headers/os/net/
H A DNetworkInterface.h83 status_t SetMedia(int32 media);
H A DNetworkDevice.h103 status_t SetMedia(int32 media);
/haiku/src/kits/media/
H A DAddOnManager.h30 namespace media { namespace in namespace:BPrivate
134 } // namespace media
H A DTimeSource.cpp31 namespace BPrivate { namespace media { namespace in namespace:BPrivate
119 } } // namespace BPrivate::media
273 fSlaveNodes(new BPrivate::media::SlaveNodes),
460 // BPrivate::media::TimeSourceObject objects
473 (const_cast<BPrivate::media::TimeSourceTransmit**>(&fBuf));
495 (const_cast<BPrivate::media::TimeSourceTransmit**>(&fBuf));
H A DBuffer.cpp46 using namespace BPrivate::media;
256 // the response from media server contains enough information
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88772Device.cpp609 linkState->media = IFM_ETHER | (fHasConnection ? IFM_ACTIVE : 0);
610 linkState->media |= (mediumStatus & MEDIUM_STATE_FD)
617 (linkState->media & IFM_ACTIVE) ? "active" : "inactive",
619 (linkState->media & IFM_FULL_DUPLEX) ? "full" : "half");
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c101 struct ifmedia *media, int caps, int addsta,
1853 addmedia(struct ifmedia *media, int caps, int addsta, int mode, int mword) argument
1856 ifmedia_add(media, \
1880 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC);
1882 ADD(media, mword, mopt | IFM_IEEE80211_HOSTAP);
1884 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
1886 ADD(media, mword, mopt | IFM_IEEE80211_MONITOR);
1888 ADD(media, mword, mopt | IFM_IEEE80211_WDS);
1890 ADD(media, mword, mopt | IFM_IEEE80211_MBSS);
1895 * Setup the media dat
1899 ieee80211_media_setup(struct ieee80211com *ic, struct ifmedia *media, int caps, int addsta, ifm_change_cb_t media_change, ifm_stat_cb_t media_stat) argument
2333 u_int media; /* if_media rate */ member in struct:ratemedia
[all...]
/haiku/headers/os/media/
H A DBufferConsumer.h19 namespace media { namespace in namespace:BPrivate
113 friend class BPrivate::media::BMediaRosterEx;
H A DBufferProducer.h18 namespace media { namespace in namespace:BPrivate
217 friend class BPrivate::media::BMediaRosterEx;
H A DMediaRoster.h33 namespace BPrivate { namespace media { namespace in namespace:BPrivate
36 } } // BPrivate::media
52 // Check if the media services are running.
365 friend class BPrivate::media::DefaultDeleter;
366 friend class BPrivate::media::BMediaRosterEx;
/haiku/src/add-ons/kernel/network/ppp/ppp/
H A Dppp.cpp94 device->media = IFM_ACTIVE | IFM_ETHER;
263 ppp_set_media(net_device *device, uint32 media) argument
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp85 printf(" has media: %d\n", device->HasMedia());
179 // check media present; if so which read/write abilities
180 const char* media; local
184 media = "removable media";
186 media = "fixed media";
197 media = "no media";
202 media, readWrit
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp981 linkState->media = IFM_ETHER | IFM_100_TX;
983 linkState->media |= IFM_ACTIVE;
991 linkState->media |= IFM_FULL_DUPLEX;
993 linkState->media |= IFM_HALF_DUPLEX;
996 linkState->media |= IFM_LOOP;
1000 (linkState->media & IFM_ACTIVE) ? "active" : "inactive",
1002 (linkState->media & IFM_FULL_DUPLEX) ? "full" : "half");
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c259 * Don't add a PHY that was automatically identified by having media
347 int media = 0; local
349 /* Poke the parent in case it has any media of its own to add. */
354 media = m->ifm_media;
355 if (media == (IFM_ETHER | IFM_AUTO))
359 ifmedia_set(&mii->mii_media, media);
461 * so we test for media in the BMSR.
558 * If the media indicates a different PHY instance,
600 * Get media status from PHYs.
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp37 #include <media/MediaRoster.h>
38 #include <media/TimeSource.h>
39 #include <media/ParameterWeb.h>
40 #include <media/Buffer.h>
344 // the destination given really is our input, and we accept any kind of media data,
352 // we have a single hardcoded input that can accept any kind of media data
394 else // ahh, it's a regular media buffer, so push it on the event queue
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp7 #include <media/MediaFormats.h>

Completed in 366 milliseconds

123456