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

1234567891011>>

/haiku/src/kits/media/
H A DReaderPlugin.cpp63 Reader::Setup(BDataIO *source) argument
65 fSource = source;
H A DBufferProducer.cpp70 BBufferProducer::VideoClippingChanged(const media_source& source, argument
182 reply.out_source = request->source;
184 status_t status = PrepareToConnect(request->source,
197 Connect(request->error, request->source, request->destination,
208 Disconnect(request->source, request->destination);
283 status_t status = SetBufferGroup(command->source, group);
292 replycommand.info.source = command->source;
306 status_t status = FormatChangeRequested(command->source,
316 replycommand.info.source
407 AdditionalBufferRequested(const media_source& source, media_buffer_id previousBuffer, bigtime_t previousTime, const media_seek_tag* previousTag) argument
417 LatencyChanged(const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
426 SendBuffer(BBuffer* buffer, const media_source& source, const media_destination& destination) argument
497 ChangeFormat(const media_source& source, const media_destination& destination, media_format* format) argument
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source) argument
26 fSource(source),
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDStreamerPlugin.cpp31 DVDStreamer::Sniff(const BUrl& url, BDataIO** source) argument
45 *source = adapter;
/haiku/headers/posix/
H A Dstrings.h29 #define bcopy(source, dest, length) memmove((dest), (source), (length))
/haiku/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
348 m_input.source = media_source::null;
357 m_output.source.port = ControlPort();
358 m_output.source.id = ID_AUDIO_MIX_OUTPUT;
526 status_t err = SendBuffer(outBuffer, m_output.source, m_output.destination);
548 const media_source& source,
554 "\tto source %" B_PRId32 "\n", source.id));
561 if(m_input.source !
547 Connected( const media_source& source, const media_destination& destination, const media_format& format, media_input* outInput) argument
577 Disconnected( const media_source& source, const media_destination& destination) argument
632 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
732 AdditionalBufferRequested( const media_source& source, media_buffer_id previousBufferID, bigtime_t previousTime, const media_seek_tag* previousTag) argument
743 Connect( status_t status, const media_source& source, const media_destination& destination, const media_format& format, char* ioName) argument
811 Disconnect( const media_source& source, const media_destination& destination) argument
849 EnableOutput( const media_source& source, bool enabled, int32* _deprecated_) argument
863 FormatChangeRequested( const media_source& source, const media_destination& destination, media_format* ioFormat, int32* _deprecated_) argument
876 FormatProposal( const media_source& source, media_format* ioFormat) argument
983 LatencyChanged( const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
1014 LateNoticeReceived( const media_source& source, bigtime_t howLate, bigtime_t tpWhen) argument
1049 PrepareToConnect( const media_source& source, const media_destination& destination, media_format* ioFormat, media_source* outSource, char* outName) argument
1107 SetBufferGroup( const media_source& source, BBufferGroup* group) argument
1146 VideoClippingChanged( const media_source& source, int16 numShorts, int16* clipData, const media_video_display_info& display, int32* outFromChangeTag) argument
[all...]
/haiku/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/src/servers/app/drawing/
H A DAlphaMask.cpp194 uint8* source = bitmap->Bits(); local
213 *destination = (fInverse ? 255 - source[3] : source[3])
216 source += 4;
223 *destination = (fInverse ? 255 - source[3] : source[3])
226 source += 4;
230 uint8 sourceAlpha = fInverse ? 255 - source[3] : source[3];
233 source
[all...]
/haiku/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/src/apps/mediaplayer/media_node_framework/audio/
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/src/kits/translation/
H A DFuncTranslator.cpp94 BFuncTranslator::Identify(BPositionIO* source, const translation_format* format, argument
100 return fData.identify_hook(source, format, ioExtension, info, type);
105 BFuncTranslator::Translate(BPositionIO* source, const translator_info *info, argument
111 return fData.translate_hook(source, info, ioExtension, type, destination);
/haiku/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 %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); 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 %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); 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/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
/haiku/headers/posix/net/
H A Droute.h30 struct sockaddr *source; member in struct:route_entry
/haiku/src/apps/mail/
H A DPeople.h55 virtual void EntryCreated(QueryList& source,
57 virtual void EntryRemoved(QueryList& source,
79 virtual void EntryCreated(QueryList& source,
81 virtual void EntryRemoved(QueryList& source,
/haiku/src/kits/game/
H A DGameProducer.cpp118 // to see which one matched the given source, and then enable/disable that
120 // source matches, then set the enable state accordingly.
121 if (what == fOutput.source)
152 if (output != fOutput.source)
177 // trying to connect something that isn't our source?
178 if (what != fOutput.source)
204 *_source = fOutput.source;
211 GameProducer::Connect(status_t error, const media_source& source, argument
280 if ((where == fOutput.destination) && (what == fOutput.source)) {
290 GameProducer::FormatChangeRequested(const media_source& source, argument
381 LatencyChanged(const media_source& source, const media_destination& destination, bigtime_t new_latency, uint32 flags) argument
412 AdditionalBufferRequested(const media_source& source, media_buffer_id prev_buffer, bigtime_t prev_time, const media_seek_tag* prev_tag) argument
[all...]
/haiku/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/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h31 void SetStandard(theater_standard standard, theater_source source);
58 void SetADC(theater_standard standard, theater_source source);
70 void SetCombFilter(theater_standard standard, theater_source source);
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp68 FunctionInstance::SetSourceCode(DisassembledCode* source, argument
71 if (source == fSourceCode && state == fSourceCodeState)
77 fSourceCode = source;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.h69 const ColorRGB32Little* source);
95 const ColorRGB32Little* source);
125 const ColorRGB32Little* source);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp305 net_buffer *source = NULL; local
306 while ((source = iterator.Next()) != NULL) {
307 if (sequence < source->sequence + source->size)
311 if (source == NULL)
313 if (tcp_sequence(source->sequence) > sequence) {
314 panic("source %p, sequence = %" B_PRIu32 " (%" B_PRIu32 ")\n", source,
315 source->sequence, sequence.Number());
320 uint32 offset = (sequence - source
375 net_buffer *source = NULL; local
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUCtypeData.cpp81 const char* source = buffer; local
86 = ucnv_getNextUChar(converter, &source, source + 1, &icuStatus);
304 const char* source = *mbSource; local
305 const char* sourceEnd = source + mbSourceLength;
306 if (sourceEnd < source) {
321 UChar32 unicodeChar = ucnv_getNextUChar(converter, &source,
322 std::min(source + MB_CUR_MAX, sourceEnd), &icuStatus);
324 " uchar:%x st:%x\n", lengthOut, wcDestLength, source, sourceEnd,
328 sourceLengthUsed = source
435 const UChar32* source = (UChar32*)*wcSource; local
[all...]

Completed in 124 milliseconds

1234567891011>>