Searched refs:source (Results 76 - 100 of 606) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A DOpenDMLFile.h5 * Redistribution and use in source and binary forms, with or without modification,
8 * * Redistributions of source code must retain the above copyright notice,
35 OpenDMLFile(BPositionIO *source);
38 static bool IsSupported(BPositionIO *source);
H A DFallbackIndex.h5 * Redistribution and use in source and binary forms, with or without modification,
8 * * Redistributions of source code must retain the above copyright notice,
34 FallbackIndex(BPositionIO *source, OpenDMLParser *parser);
H A DOpenDMLIndex.h5 * Redistribution and use in source and binary forms, with or without modification,
8 * * Redistributions of source code must retain the above copyright notice,
33 OpenDMLIndex(BPositionIO *source, OpenDMLParser *parser);
/haiku-fatelf/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
395 m_input.source = media_source::null;
404 m_output.source.port = ControlPort();
405 m_output.source.id = ID_AUDIO_MIX_OUTPUT;
557 status_t err = SendBuffer(outBuffer, m_output.source, m_output.destination);
579 const media_source& source,
585 "\tto source %ld\n", source.id));
592 if(m_input.source !
578 Connected( const media_source& source, const media_destination& destination, const media_format& format, media_input* outInput) argument
608 Disconnected( const media_source& source, const media_destination& destination) argument
663 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
762 AdditionalBufferRequested( const media_source& source, media_buffer_id previousBufferID, bigtime_t previousTime, const media_seek_tag* previousTag) argument
773 Connect( status_t status, const media_source& source, const media_destination& destination, const media_format& format, char* ioName) argument
841 Disconnect( const media_source& source, const media_destination& destination) argument
879 EnableOutput( const media_source& source, bool enabled, int32* _deprecated_) argument
893 FormatChangeRequested( const media_source& source, const media_destination& destination, media_format* ioFormat, int32* _deprecated_) argument
906 FormatProposal( const media_source& source, media_format* ioFormat) argument
1013 LatencyChanged( const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
1044 LateNoticeReceived( const media_source& source, bigtime_t howLate, bigtime_t tpWhen) argument
1079 PrepareToConnect( const media_source& source, const media_destination& destination, media_format* ioFormat, media_source* outSource, char* outName) argument
1137 SetBufferGroup( const media_source& source, BBufferGroup* group) argument
1176 VideoClippingChanged( const media_source& source, int16 numShorts, int16* clipData, const media_video_display_info& display, int32* outFromChangeTag) argument
[all...]
/haiku-fatelf/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);
H A DAudioChannelConverter.h9 /*! This AudioReader just converts the source channel count
20 AudioChannelConverter(AudioReader* source,
H A DAudioFormatConverter.h10 /*! This AudioReader just converts the source sample format (and byte order)
21 AudioFormatConverter(AudioReader* source,
H A DAudioVolumeConverter.h19 AudioVolumeConverter(AudioReader* source,
/haiku-fatelf/src/kits/media/
H A DReaderPlugin.cpp63 Reader::Setup(BDataIO *source) argument
65 fSource = source;
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
29 const Bytef *source,
35 stream.next_in = (Bytef*)source;
37 /* Check for source > 64K on 16-bit machine: */
26 uncompress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
/haiku-fatelf/src/servers/app/drawing/html5/
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source) argument
26 fSource(source),
/haiku-fatelf/src/servers/app/drawing/remote/
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source) argument
26 fSource(source),
/haiku-fatelf/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-fatelf/src/add-ons/opengl/swpipe/
H A DSoftwareRenderer.h31 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
32 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/haiku-fatelf/src/bin/unzip/
H A Dcrypt.c12 This encryption/decryption source code for Info-Zip software was
13 originally written in Europe. The whole source package can be
18 Previous versions of this source package (up to version 2.8) were
77 /* "last resort" source for second part of crypt seed pattern */
212 * Encrypt the zip entry described by z from file source to file dest
215 int zipcloak(z, source, dest, passwd)
217 FILE *source, *dest; /* source and destination files */
241 if (fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
243 return ferror(source)
[all...]
H A Dcryptf.c14 This encryption/decryption source code for Info-Zip software was
15 originally written in Europe. The whole source package can be
20 Previous versions of this source package (up to version 2.8) were
80 /* "last resort" source for second part of crypt seed pattern */
215 * Encrypt the zip entry described by z from file source to file dest
218 int zipcloak(z, source, dest, passwd)
220 FILE *source, *dest; /* source and destination files */
244 if (fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
246 return ferror(source)
[all...]
/haiku-fatelf/src/bin/zip/
H A Dcrypt.c12 The main encryption/decryption source code for Info-Zip software was
14 be freely distributed in both source and object forms from any country,
19 Previous versions of this source package (up to version 2.8) were
78 /* "last resort" source for second part of crypt seed pattern */
213 * Encrypt the zip entry described by z from file source to file dest
216 int zipcloak(z, source, dest, passwd)
218 FILE *source, *dest; /* source and destination files */
242 if (fseek(source, (long)((4 + LOCHEAD) + (ulg)z->nam + (ulg)z->ext),
244 return ferror(source)
[all...]
/haiku-fatelf/headers/posix/net/
H A Droute.h30 struct sockaddr *source; member in struct:route_entry
/haiku-fatelf/headers/private/media/
H A DMediaDebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
H A Ddebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h28 # define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
29 # define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %ld, port %ld); source(port %ld, id %ld); dest(port %ld, id %ld); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
/haiku-fatelf/src/add-ons/translators/wonderbrush/support/
H A Dblending.h179 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) argument
181 uint8 alpha = (source[3] * alphaOverride) / 255;
184 bottom[0] = source[0];
185 bottom[1] = source[1];
186 bottom[2] = source[2];
190 source[0], source[1], source[2], alpha,
198 blend_colors(uint8* bottom, uint8* source) argument
200 if (source[
427 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) argument
458 blend_colors(uint8* bottom, uint8* source) argument
[all...]
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindowManager.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
161 const media_source &source,
165 const media_source &source,
183 const media_source &source,
186 const media_source &source);
/haiku-fatelf/src/bin/coreutils/src/
H A Dln.c129 do_link (const char *source, const char *dest)
142 (logical?stat:lstat) (source, &source_stats)
144 if ((logical ? stat (source, &source_stats)
145 : lstat (source, &source_stats))
148 error (0, errno, _("accessing %s"), quote (source));
158 quote (source));
175 source file, then refuse to unlink it. */
182 quote_n (0, dest), quote_n (1, source));
189 But if the source and destination are the same, don't remove
205 && (!symbolic_link || stat (source,
128 do_link(const char *source, const char *dest) argument
[all...]
/haiku-fatelf/src/kits/app/
H A DMessageFilter.cpp26 message_source source, filter_hook func)
31 fSource(source),
39 message_source source, uint32 inWhat, filter_hook func)
44 fSource(source),
25 BMessageFilter(message_delivery delivery, message_source source, filter_hook func) argument
38 BMessageFilter(message_delivery delivery, message_source source, uint32 inWhat, filter_hook func) argument

Completed in 154 milliseconds

1234567891011>>