Searched refs:source (Results 51 - 75 of 487) sorted by relevance

1234567891011>>

/haiku/headers/libs/agg/
H A Dagg_conv_concat.h31 void attach1(VS1& source) { m_source1 = &source; } argument
32 void attach2(VS2& source) { m_source2 = &source; } argument
/haiku/headers/private/net/
H A Dethernet.h21 uint8 source[ETHER_ADDRESS_LENGTH]; member in struct:ether_header
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.h20 StreamingRingBuffer *source);
/haiku/src/kits/media/experimental/
H A DMediaClientDefs.cpp68 input.source = source;
81 output.source = source;
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPStreamerPlugin.h17 virtual status_t Sniff(const BUrl& url, BDataIO** source);
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPStreamerPlugin.h12 virtual status_t Sniff(const BUrl& url, BDataIO** source);
/haiku/src/tests/system/network/icmp/
H A Dicmp_dumper.cpp34 struct sockaddr_in source; local
35 socklen_t addrLen = sizeof(source);
40 (struct sockaddr*)&source, &addrLen)) > 0) {
44 if (!inet_ntop(AF_INET, &source.sin_addr, host, sizeof(host)))
/haiku/headers/posix/arpa/
H A Dinet.h23 char* inet_net_ntop(int family, const void* source, int bits,
27 char* inet_neta(u_long source, char* dest, size_t destSize);
31 const char* inet_ntop(int family, const void* source, char* dest,
36 char* inet_nsap_ntoa(int sourceLength, const u_char* source,
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.h24 virtual const char* MIMEType() { return "text/x-source-code"; }
27 status_t _Export(const uint8* source,
H A DRDefExporter.h27 status_t _Export(const uint8* source,
/haiku/headers/private/app/
H A DLaunchRoster.h45 status_t RegisterEvent(const BMessenger& source,
47 status_t UnregisterEvent(const BMessenger& source,
49 status_t NotifyEvent(const BMessenger& source,
51 status_t ResetStickyEvent(const BMessenger& source,
72 const BMessenger& source, const char* name,
/haiku/src/apps/installer/
H A DCopyEngine.h31 void ResetTargets(const char* source);
32 status_t CollectTargets(const char* source,
35 status_t Copy(const char* source,
43 status_t _CollectCopyInfo(const char* source,
46 status_t _Copy(BEntry& source, BEntry& destination,
H A DCopyEngine.cpp92 CopyEngine::ResetTargets(const char* source) argument
97 fAbsoluteSourcePath = source;
114 CopyEngine::CollectTargets(const char* source, sem_id cancelSemaphore) argument
118 status_t ret = _CollectCopyInfo(source, cancelSemaphore, bytesToCopy,
132 BEntry source(_source);
133 ret = source.InitCheck();
142 return _Copy(source, destination, cancelSemaphore, copyAttributes);
180 BFile source(&_source, B_READ_ONLY);
181 status_t ret = source.InitCheck();
213 ssize_t read = source
314 _Copy(BEntry &source, BEntry &destination, sem_id cancelSemaphore, bool copyAttributes) argument
[all...]
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp28 AffineTransformer::AffineTransformer(VertexSource& source) argument
30 PathTransformer(source),
31 Affine(source, *this)
36 AffineTransformer::AffineTransformer(VertexSource& source, argument
39 PathTransformer(source),
40 Affine(source, *this)
86 AffineTransformer::SetSource(VertexSource& source) argument
88 PathTransformer::SetSource(source);
89 Affine::attach(source);
H A DContourTransformer.cpp29 ContourTransformer::ContourTransformer(VertexSource& source) argument
31 PathTransformer(source),
32 Contour(source)
38 ContourTransformer::ContourTransformer(VertexSource& source, argument
41 PathTransformer(source),
42 Contour(source)
104 ContourTransformer::SetSource(VertexSource& source) argument
106 PathTransformer::SetSource(source);
107 Contour::attach(source);
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
119 const media_source& source,
125 const media_source& source,
144 const media_source& source,
188 const media_source& source,
195 const media_source& source,
201 const media_source& source,
208 const media_source& source,
213 const media_source& source,
[all...]
H A DFlangerNode.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
246 m_input.source = media_source::null;
251 m_output.source.port = ControlPort();
252 m_output.source.id = ID_AUDIO_MIX_OUTPUT;
334 status_t err = SendBuffer(pBuffer, m_output.source, m_output.destination);
348 FlangerNode::Connected(const media_source& source, argument
353 "\tto source %" B_PRId32 "\n", source.id));
360 if(m_input.source !
376 Disconnected( const media_source& source, const media_destination& destination) argument
421 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
518 AdditionalBufferRequested( const media_source& source, media_buffer_id previousBufferID, bigtime_t previousTime, const media_seek_tag* pPreviousTag) argument
528 Connect( status_t status, const media_source& source, const media_destination& destination, const media_format& format, char* pioName) argument
585 Disconnect( const media_source& source, const media_destination& destination) argument
619 EnableOutput( const media_source& source, bool enabled, int32* _deprecated_) argument
632 FormatChangeRequested( const media_source& source, const media_destination& destination, media_format* pioFormat, int32* _deprecated_) argument
645 FormatProposal( const media_source& source, media_format* pioFormat) argument
717 LatencyChanged( const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
748 LateNoticeReceived( const media_source& source, bigtime_t howLate, bigtime_t tpWhen) argument
783 PrepareToConnect( const media_source& source, const media_destination& destination, media_format* pioFormat, media_source* poSource, char* poName) argument
835 SetBufferGroup( const media_source& source, BBufferGroup* pGroup) argument
867 VideoClippingChanged( const media_source& source, int16 numShorts, int16* pClipData, const media_video_display_info& display, int32* poFromChangeTag) argument
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
243 const media_source& source,
249 const media_source& source,
268 const media_source& source,
312 const media_source& source,
319 const media_source& source,
325 const media_source& source,
332 const media_source& source,
337 const media_source& source,
[all...]
/haiku/src/kits/locale/
H A DTimeZone.cpp82 BTimeZone& BTimeZone::operator=(const BTimeZone& source) argument
85 fICUTimeZone = source.fICUTimeZone == NULL
87 : source.fICUTimeZone->clone();
88 fICULocale = source.fICULocale == NULL
90 : source.fICULocale->clone();
91 fInitStatus = source.fInitStatus;
92 fInitializedFields = source.fInitializedFields;
93 fZoneID = source.fZoneID;
94 fName = source.fName;
95 fDaylightSavingName = source
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
115 const media_source &source,
118 : source(source),
125 media_source source; member in struct:connection_window
157 const media_source &source,
159 : source(source),
165 media_source source; member in struct:output_window
114 connection_window( const media_source &source, const media_destination &destination, BWindow *window) argument
156 output_window( const media_source &source, BWindow *window) argument
552 media_source source; local
583 media_source source; local
614 const media_source source = *reinterpret_cast<const media_source *>(data); local
774 _findWindowFor( const media_source &source, const media_destination &destination, BWindow **outWindow) argument
797 _removeWindowFor( const media_source &source, const media_destination &destination) argument
892 _findWindowFor( const media_source &source, BWindow **outWindow) argument
913 _removeWindowFor( const media_source &source) argument
[all...]
/haiku/src/kits/interface/
H A DColorConversion.cpp493 typedef uint32 (readFunc)(const uint8 **source, int32 index);
494 typedef uint64 (read64Func)(const uint16 **source, int32 index);
499 ReadRGB48(const uint16 **source, int32 index) argument
501 uint64 result = (*source)[0] | ((uint64)((*source)[1]) << 16)
502 | ((uint64)((*source)[2]) << 32);
503 *source += 3;
519 ReadRGB24(const uint8 **source, int32 index) argument
521 uint32 result = (*source)[0] | ((*source)[
538 ReadGray8(const uint8 **source, int32 index) argument
558 ReadGray1(const uint8 **source, int32 index) argument
579 ReadCMAP8(const uint8 **source, int32 index) argument
650 uint64 source; local
815 uint32 source; local
[all...]
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp271 #define TEST(type, source, target) \
272 memcpy(target, source, sizeof(source)); \
276 CHK(!memcmp(target, source, sizeof(source))); \
278 CHK(!memcmp(target, source, sizeof(source))); \
281 CHK(memcmp(target, source, sizeof(source))); \
283 CHK(!memcmp(target, source, sizeo
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioResampler.h9 /*! This AudioReader does both resampling an audio source to a different
11 source data from 41.1 KHz to 96 KHz played backward twice as fast
22 AudioResampler(AudioReader* source,
31 void SetSource(AudioReader* source);
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp21 user_memcpy(void *dest, const void *source, size_t length) argument
23 memcpy(dest, source, length);
/haiku/headers/os/support/
H A DUTF8.h51 status_t convert_to_utf8(uint32 sourceEncoding, const char* source,
55 status_t convert_from_utf8(uint32 destEncoding, const char* source,

Completed in 416 milliseconds

1234567891011>>