Searched refs:media (Results 126 - 140 of 140) sorted by path

123456

/haiku/src/kits/media/
H A DPortPool.cpp18 namespace media { namespace in namespace:BPrivate
47 return create_port(1, "media reply port");
72 } // namespace media
H A DPortPool.h16 namespace media { namespace in namespace:BPrivate
37 } // 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 Drequest_data.cpp22 namespace media { namespace in namespace:BPrivate
48 } // namespace media
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp18 namespace BPrivate { namespace media { namespace in namespace:BPrivate
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp686 BNetworkDevice::SetMedia(int32 media) argument
689 request.ifr_media = media;
H A DNetworkInterface.cpp329 BNetworkInterface::SetMedia(int32 media) argument
332 request.ifr_media = media;
/haiku/src/libs/compat/freebsd_network/
H A Ddevice_hooks.c316 state.media = mediareq.ifm_active;
318 state.media |= IFM_ACTIVE;
/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/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/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/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/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/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/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp12 This test is designed with testing the dvb media-addon audio decoding
48 #include <media/Buffer.h>
49 #include <media/BufferGroup.h>
50 #include <media/MediaDecoder.h>
51 #include <media/Sound.h>
52 #include <media/SoundPlayer.h>
206 // copy 'n' paste from src/add-ons/media/media-add-ons/dvb/MediaFormat.cpp:
247 // comment from src/add-ons/media/media
[all...]

Completed in 240 milliseconds

123456