Searched refs:you (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.h85 extern "C" _EXPORT BMediaAddOn *make_media_addon( image_id you );
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.h36 extern "C" _EXPORT BMediaAddOn *make_video_mixer_add_on(image_id you);
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.h81 extern "C" _EXPORT BMediaAddOn * make_media_demultiplexer_add_on(image_id you);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.h8 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.h46 extern "C" BMediaAddOn* make_media_addon(image_id you);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.h68 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.h19 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.h12 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.h8 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h29 // to specify the module that created the message you have
32 // you dynamically speficify the maximum seriousness level by defining
38 // you _can_ statically specify the maximum seriuosness level by defining
43 // you _can_ ask to delay execution after each printed message
73 #error you need to define DEBUG_MSG_PREFIX with the module name
/haiku/headers/os/media/
H A DMediaTheme.h95 extern "C" BMediaTheme* make_theme(int32 id, image_id you);
/haiku/headers/os/translation/
H A DTranslator.h71 // return 0 when you can't make another kind of translator (i.e. for n = 1
72 // if you only implement one subclass of BTranslator). Ignore flags for now.
73 extern "C" BTranslator* make_nth_translator(int32 n, image_id you,
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.cpp171 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReaderAddOn.h38 /* only implement if you have a B_FILE_INTERFACE node */
91 extern "C" _EXPORT BMediaAddOn * make_media_reader_add_on(image_id you);
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriterAddOn.h38 /* only implement if you have a B_FILE_INTERFACE node */
91 extern "C" _EXPORT BMediaAddOn * make_media_writer_add_on(image_id you);
/haiku/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h110 #error feel free to put back ksocketd support if you dare
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.h46 /* only implement if you have a B_FILE_INTERFACE node */
52 virtual status_t SniffType( // This is broken if you deal with producers
54 float * out_quality, // If you implement SniffTypeKind, this doesn't
115 extern "C" _EXPORT BMediaAddOn * make_abstract_file_interface_add_on(image_id you);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h20 extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you);
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.cpp191 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.cpp188 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/docs/develop/media/
H A DMediaFileProducerAddOn.h41 /* only implement if you have a B_FILE_INTERFACE node */
47 virtual status_t SniffType( // This is broken if you deal with producers
49 float * out_quality, // If you implement SniffTypeKind, this doesn't
101 extern "C" _EXPORT BMediaAddOn * make_media_file_producer_add_on(image_id you);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dksocket.h95 #error feel free to put back ksocketd support if you dare
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php24 // you must *copy* (apache doesn't seem to like symlinks) it there.
35 // else you can get it from http://www.tightvnc.com/download-old.php :
37 // (you will have to move the VncViewer.jar file around)
110 // uncomment if you want to pass your Sonix webcam device through
743 echo "make sure you have a JVM and it's enabled!<br />\n";
744 echo "If you do not have Java you can use an external VNC ";
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp87 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument

Completed in 323 milliseconds

12