Searched refs:source (Results 276 - 300 of 487) sorted by relevance

<<11121314151617181920

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h51 const MasterBootRecord* source);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollable.h18 void SetScrollSource(Scroller* source);
/haiku/src/servers/app/drawing/
H A DOverlay.h54 void Configure(const BRect& source, const BRect& destination);
/haiku/headers/os/net/
H A DNetworkRoute.h38 status_t SetSource(const sockaddr& source);
/haiku/headers/os/locale/
H A DTimeFormat.h47 status_t Parse(BString source, BTimeFormatStyle style,
H A DTimeZone.h29 BTimeZone& operator=(const BTimeZone& source);
H A DCollator.h48 BCollator& operator=(const BCollator& source);
/haiku/headers/private/debugger/debug_info/
H A DFunction.h53 void SetSourceCode(FileSourceCode* source,
H A DFunctionInstance.h69 void SetSourceCode(DisassembledCode* source,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h120 const media_source& source,
139 const media_source& source,
155 const media_source& source,
250 const media_source& source) const;
/haiku/docs/develop/media/
H A DMediaFileProducer.h131 const media_source & source,
173 const media_source & source,
198 const media_source & source,
204 const media_source & source,
/haiku/headers/private/media/experimental/
H A DMediaClientDefs.h85 media_source source; member in struct:BPrivate::media::media_connection
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.h42 virtual void MergeStore(VMCache* source);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
105 r->Disconnect(mConnection.producer.node, mConnection.source,
194 mConnection.source = soundOutput.source;
206 err = r->Connect(mConnection.source, mConnection.destination, &format, &soundOutput, &logInput);
/haiku/src/apps/cortex/InfoView/
H A DEndPointInfoView.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
72 addField(B_TRANSLATE("Source"), MediaString::getStringFor(input.source));
92 m_port(output.source.port),
93 m_id(output.source.id) {
101 MediaString::getStringFor(output.source));
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h82 uint8* source; member in struct:vga_planar_blit_args
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.h20 acpi_handle source; member in struct:irq_routing_entry
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.h30 ssize_t ReadFrom(BDataIO* source,
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.h14 static status_t CopyAll(BDataIO* target, BDataIO* source);
18 /*! This is a data source (read only) that is restricted to a certain size. An
22 constrained quantity of data from the delegate data source. This prevents
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp267 out_input->source = media_source::null;
336 media_source source = media_source::null; local
337 source.port = buffer->Header()->source_port;
338 source.id = buffer->Header()->source;
340 NotifyLateProducer(source, variation, TimeSource()->Now());
565 AudioMixer::FormatChangeRequested(const media_source &source, argument
589 if (source != output->MediaOutput().source) {
590 ERROR("AudioMixer::FormatChangeRequested: wrong output source\
738 LatencyChanged(const media_source& source, const media_destination& destination, bigtime_t new_latency, uint32 flags) argument
884 Connect(status_t error, const media_source &source, const media_destination &dest, const media_format &format, char *io_name) argument
[all...]
/haiku/src/kits/tracker/
H A DThumbnails.cpp91 ScaleBitmap(BBitmap* source, BBitmap& dest, BRect bounds, color_space colorSpace) argument
103 view.DrawBitmap(source, source->Bounds(),
104 ThumbBounds(&dest, source->Bounds().Width()
105 / source->Bounds().Height()),
116 ScaleBitmap(BBitmap* source, BBitmap& dest, BSize size, color_space colorSpace) argument
118 return ScaleBitmap(source, dest, BRect(BPoint(0, 0), size), colorSpace);
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp322 PackageCredit::SetSources(const char* source,...) argument
325 va_start(list, source);
326 fSources.SetTo(source, list);
334 PackageCredit::SetSource(const char* source) argument
336 return SetSources(source, NULL);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h100 const media_source& source,
113 media_format* format, media_source* source,
117 const media_source& source,
130 const media_source& source,
216 node_output* _FindOutput(media_source source);
/haiku/src/apps/tv/
H A DVideoNode.cpp111 fInput.source = media_source::null;
262 fInput.source = src;
292 if (src != fInput.source)
300 fInput.source = media_source::null;
311 if (src != fInput.source)
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp84 fInput.source = media_source::null;
224 fInput.source = src;
279 if (src != fInput.source)
287 fInput.source = media_source::null;
295 if (src != fInput.source)

Completed in 323 milliseconds

<<11121314151617181920