Searched refs:media (Results 101 - 125 of 140) sorted by relevance

123456

/haiku/src/tests/add-ons/media/plugins/musepack/
H A Dmain.cpp37 fprintf(stderr, "usage: %s <media-file>\n", name);
172 namespace media { namespace in namespace:BPrivate
182 } // namespace media
/haiku/src/libs/compat/freebsd_network/
H A Ddevice_hooks.c316 state.media = mediareq.ifm_active;
318 state.media |= IFM_ACTIVE;
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp13 #include <media/BufferGroup.h>
14 #include <media/Buffer.h>
15 #include <media/TimeSource.h>
16 #include <media/ParameterWeb.h>
17 #include <media/MediaDefs.h>
794 // track how much media we've delivered so far
894 // an offset from that time, based on the amount of media we've created so far.
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/mii/
H A De1000phy.c403 /* Update the media status. */
475 e1000phy_mii_phy_auto(struct mii_softc *sc, int media) argument
484 if ((media & IFM_FLOW) != 0 ||
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/mii/
H A Drgephy.c264 /* Update the media status. */
269 * the DSP on the RealTek PHYs if the media changes.
415 rgephy_mii_phy_auto(struct mii_softc *sc, int media) argument
423 if ((media & IFM_FLOW) != 0 || (sc->mii_flags & MIIF_FORCEPAUSE) != 0)
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A De1000phy.c403 /* Update the media status. */
475 e1000phy_mii_phy_auto(struct mii_softc *sc, int media) argument
484 if ((media & IFM_FLOW) != 0 ||
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp329 BNetworkInterface::SetMedia(int32 media) argument
332 request.ifr_media = media;
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp317 device->media = IFM_ACTIVE;
470 tunnel_set_media(net_device* device, uint32 media) argument
/haiku/src/kits/media/
H A DDataExchange.cpp23 namespace media { namespace in namespace:BPrivate
227 } // media
H A DDormantNodeManager.cpp31 /*! This is a management class for dormant media nodes.
32 It is private to the media kit and only accessed by the BMediaRoster class
36 Dormant media nodes can be instantiated on demand. The reside on harddisk in
37 the directories /boot/beos/system/add-ons/media
38 and /boot/home/config/add-ons/media.
39 Multiple media nodes can be included in one file, they can be accessed using
42 represents a media node.
66 namespace media { namespace in namespace:BPrivate
186 // Called from a node destructor of the loaded media-add-on.
187 // We must make sure that the media
[all...]
H A DMediaRoster.cpp78 namespace media { namespace in namespace:BPrivate
167 } // namespace media
170 using namespace BPrivate::media;
211 // register this application with the media server
232 // unregister this application with the media server
1114 // reply3.format is still our pretty media format
1200 BPrivate::media::notifications::ConnectionMade(*out_input, *out_output,
1281 BPrivate::media::notifications::ConnectionBroken(source, destination);
1578 B_PRId64 ", at stop perf %" B_PRId64 ", at media time %"
2017 return BPrivate::media
[all...]
H A DMediaNode.cpp188 TRACE("BMediaRoster::Release() the media roster is NULL!");
306 return BPrivate::media::notifications::ReportError(Node(), what, info);
318 BPrivate::media::notifications::NodeStopped(Node(), whenPerformance);
578 // This is called by the media server to delete the object
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h361 struct ifmedia *media; member in struct:igc_adapter
H A Dif_igc.c468 adapter->media = iflib_get_media(ctx);
1031 * media/mediopt option with ifconfig.
1070 device_printf(adapter->dev, "Unsupported media type\n");
1759 * Setup networking device structure and register interface media.
1778 * Specify the media types supported by this adapter and register
1779 * callbacks to update media and link information
1781 ifmedia_add(adapter->media, IFM_ETHER | IFM_10_T, 0, NULL);
1782 ifmedia_add(adapter->media, IFM_ETHER | IFM_10_T | IFM_FDX, 0, NULL);
1783 ifmedia_add(adapter->media, IFM_ETHER | IFM_100_TX, 0, NULL);
1784 ifmedia_add(adapter->media, IFM_ETHE
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp20 #include <media/Buffer.h>
21 #include <media/BufferGroup.h>
22 #include <media/ParameterWeb.h>
23 #include <media/TimeSource.h>
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp14 #include <media/Buffer.h>
15 #include <media/BufferGroup.h>
16 #include <media/ParameterWeb.h>
17 #include <media/TimeSource.h>
/haiku/headers/private/media/
H A DServerInterface.h36 // media add-on server
41 // local media services status notification service
45 // used to sync with media services startup
173 namespace media { namespace in namespace:BPrivate
265 } // namespace media
268 using namespace BPrivate::media;
304 // #pragma mark - media add-on server commands
325 // #pragma mark - media server commands
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp63 //#define USER_ADDON_PATH "../add-ons/media"
229 // unregister all media add-ons
243 // the media server is not running, let's quit
250 // so we can talk to the media server and also receive
289 fMonitorHandler->AddAddOnDirectories("media");
517 BPrivate::media::notifications::FlavorsChanged(addonID, newFlavorCount,
790 "media add-on found\n", fileNode);
821 BPrivate::media::notifications::FlavorsChanged(id, 0, oldFlavorCount);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp204 TRACE_ALWAYS("failed to read media state\n");
443 // FIXME get media duplex state from OID_GEN_LINK_STATE if supported
444 state->media = IFM_ETHER | IFM_FULL_DUPLEX;
446 state->media |= IFM_ACTIVE;
776 TRACE_ALWAYS("media connect state: %" B_PRId32 "\n", fMediaConnectState);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp12 #include <media/MediaFormats.h>
/haiku/src/servers/media/
H A DNodeManager.cpp1011 BPrivate::media::notifications::FlavorsChanged(info.add_on_id,
1165 BPrivate::media::notifications::NodesDeleted(&node.node_id, 1);
1184 BPrivate::media::notifications::NodesDeleted(&node.node_id, 1);
1207 BPrivate::media::notifications::FlavorsChanged(
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h469 struct ifmedia *media; member in struct:e1000_softc
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddevice.c305 state.media = (data->link ? IFM_ACTIVE : 0) | IFM_ETHER
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c700 static const char *media[] = { variable
728 printf("%slan_media %s\n", indent, media[m->media]);
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c72 * three kinds of media attachments:
1388 dc_setcfg(struct dc_softc *sc, int media) argument
1392 if (IFM_SUBTYPE(media) == IFM_NONE)
1401 if (IFM_SUBTYPE(media) == IFM_100_TX) {
1434 if (IFM_SUBTYPE(media) == IFM_10_T) {
1466 if ((media & IFM_GMASK) == IFM_FDX)
1484 if (IFM_SUBTYPE(media) == IFM_HPNA_1) {
1492 if ((media & IFM_GMASK) == IFM_FDX) {
1594 dc_apply_fixup(struct dc_softc *sc, int media) argument
1604 if (m->dc_media == media)
[all...]

Completed in 169 milliseconds

123456