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

123456

/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.h4 #include <media/MediaAddOn.h>
H A DProducer.h5 #include <media/BufferProducer.h>
6 #include <media/Controllable.h>
7 #include <media/MediaDefs.h>
8 #include <media/MediaEventLooper.h>
9 #include <media/MediaNode.h>
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.h38 #include <media/BufferConsumer.h>
39 #include <media/Controllable.h>
40 #include <media/MediaEventLooper.h>
H A DNodeHarnessWin.h39 #include <media/MediaNode.h>
/haiku/src/bin/network/ifconfig/
H A DMediaTypes.h19 bool media_parse_subtype(const char* string, int media, int* type);
20 const char* media_type_to_string(int media);
/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/kits/media/
H A DAddOnManager.h30 namespace media { namespace in namespace:BPrivate
134 } // namespace media
H A DChunkCache.h19 namespace media { namespace in namespace:BPrivate
58 } // namespace media
61 using namespace BPrivate::media;
H A DControllable.cpp49 namespace BPrivate { namespace media { namespace in namespace:BPrivate
51 /*! A helper class for the communication with the media server that
97 } // namespace media
100 using BPrivate::media::ReceiveTransfer;
191 BPrivate::media::notifications::WebChanged(Node());
332 return BPrivate::media::notifications::ParameterChanged(Node(), id);
341 return BPrivate::media::notifications::NewParameterValue(Node(), id, when,
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 DFormatManager.h38 typedef BPrivate::media::meta_format meta_format;
H A DMediaFormats.cpp24 using namespace BPrivate::media;
H A DMediaRecorderNode.h17 namespace BPrivate { namespace media { namespace in namespace:BPrivate
116 using namespace BPrivate::media;
H A DMediaTrack.cpp425 // moment. Since the chunk size of encoded media data will change,
426 // implementing this call will only be possible for raw media tracks.
835 BMediaTrack::BMediaTrack(BPrivate::media::MediaExtractor* extractor,
867 BMediaTrack::BMediaTrack(BPrivate::media::MediaWriter* writer,
H A DNotifications.cpp30 /*! This is a interface class for media kit notifications.
31 It is private to the media kit which uses it to pass notifications up to
52 namespace media { namespace in namespace:BPrivate
67 return BPrivate::media::dataexchange::SendToRoster(&msg);
76 return BPrivate::media::dataexchange::SendToServer(&msg);
91 return BPrivate::media::dataexchange::SendToRoster(&msg);
100 return BPrivate::media::dataexchange::SendToServer(&msg);
123 return BPrivate::media::dataexchange::SendToServer(&msg);
137 BPrivate::media::dataexchange::SendToServer(&msg);
151 BPrivate::media
[all...]
H A DSoundFile.cpp348 BMediaFile * media = new BMediaFile(file); local
349 status = media->InitCheck();
351 delete media;
356 media->GetFileFormatInfo(&mfi);
365 while (trackNum < media->CountTracks()) {
366 track = media->TrackAt(trackNum);
369 media->ReleaseTrack(track);
370 delete media;
377 media->ReleaseTrack(track);
381 delete media;
[all...]
H A DTimeSourceObject.h15 namespace media { namespace in namespace:BPrivate
33 } // namespace media
37 using namespace BPrivate::media;
H A DTimeSourceObjectManager.cpp26 namespace media { namespace in namespace:BPrivate
107 } // namespace media
H A DTimeSourceObjectManager.h19 namespace media { namespace in namespace:BPrivate
40 } // namespace media
44 using BPrivate::media::gTimeSourceObjectManager;
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h17 namespace BPrivate { namespace media { namespace in namespace:BPrivate
147 using namespace BPrivate::media;
/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/servers/net/
H A DAutoconfigLooper.cpp171 int32 media; local
172 if (message->FindInt32("media", &media) != B_OK)
176 && (media & IFM_ACTIVE) != 0) {
182 fLastMediaStatus = media;
/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/headers/os/media/
H A DMediaAddOn.h88 namespace media { namespace in namespace:BPrivate
152 friend class BPrivate::media::DormantNodeManager;

Completed in 130 milliseconds

123456