Searched refs:source (Results 326 - 350 of 489) sorted by relevance

<<11121314151617181920

/haiku/headers/os/locale/
H A DDateFormat.h83 status_t Parse(BString source, BDateFormatStyle style,
/haiku/headers/private/media/
H A DReaderPlugin.h61 void Setup(BDataIO* source);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp182 struct sockaddr_dl& source = *(struct sockaddr_dl*)packet->source; local
183 memcpy(peerEtherAddr, source.sdl_data, ETHER_ADDRESS_LENGTH);
199 sockaddr_dl& linkAddress = *(sockaddr_dl*)packet->source;
/haiku/src/libs/icon/
H A DIconUtils.cpp687 BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination) argument
689 if (source == NULL || source->ColorSpace() != B_CMAP8)
692 status_t result = source->InitCheck();
700 uint8* src = (uint8*)source->Bits();
701 uint32 srcBPR = source->BytesPerRow();
702 uint32 width = source->Bounds().IntegerWidth() + 1;
703 uint32 height = source->Bounds().IntegerHeight() + 1;
710 BIconUtils::ConvertToCMAP8(BBitmap* source, BBitmap* destination) argument
712 if (source
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h10 * Redistribution and use in source and binary forms, with or without modification,
13 * - Redistributions of source code must retain the above copyright notice,
182 virtual status_t FormatChangeRequested( const media_source& source,
200 const media_source& source,
215 virtual void AdditionalBufferRequested( const media_source& source,
322 // node_output* FindOutput(media_source source);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp193 BView* source; local
194 if (message->FindPointer("be:source", (void**)&source) >= B_OK) {
195 if (IconButton* sourceIcon = dynamic_cast<IconButton*>(source)) {
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h183 uint32* source = (uint32*)src; local
188 *destination = *source;
190 source++;
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp271 char* source = fBuffer + offset;
273 source += fGapCount;
275 memcpy(buffer, source, length);
/haiku/headers/os/media/
H A DMediaFile.h58 BMediaFile(BDataIO* source);
61 BMediaFile(BDataIO* source, int32 flags);
185 void _InitReader(BDataIO* source,
H A DMediaNode.h44 media_source source; member in struct:media_input
59 media_source source; member in struct:media_output
97 media_source source; member in struct:media_request_info
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp138 SetOutputEnabled(fInput.source,
304 fInput.source = producer;
332 fInput.source = media_source::null;
H A DMediaExtractor.cpp54 MediaExtractor::MediaExtractor(BDataIO* source, int32 flags) argument
61 _Init(source, flags);
66 MediaExtractor::_Init(BDataIO* source, int32 flags) argument
70 fSource = source;
82 &fFileFormat, source);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h134 RemoteMessage(StreamingRingBuffer* source,
206 RemoteMessage::RemoteMessage(StreamingRingBuffer* source, argument
209 fSource(source),
/haiku/src/servers/media/
H A DNotificationManager.cpp12 * * Redistributions of source code must retain the above copyright notice,
176 const media_source *source; local
221 msg->FindData("source", B_RAW_TYPE,
222 reinterpret_cast<const void **>(&source), &size);
228 if (n->node.port != source->port
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp72 addr_t _SourceToVirtual(addr_t source);
73 addr_t _SourceToCompare(addr_t source);
358 Test::_SourceToVirtual(addr_t source) argument
361 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE)
362 return source - fSuite.SecondPhysicalDataBase() + fSuite.DataBase();
364 return source - fSuite.PhysicalDataBase() + fSuite.DataBase();
367 return source;
372 Test::_SourceToCompare(addr_t source) argument
375 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE) {
376 return source
[all...]
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp255 sockaddr_storage source; local
258 int fd = accept(fSocket, (sockaddr*)&source, &sourceLength);
262 _peer.SetTo(source);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp463 output->source.port = ControlPort();
464 output->source.id = fOutputs.CountItems();
466 sprintf(output->name, "input %" B_PRId32, output->source.id);
712 channel->fInput.source = producer;
729 if (channel == NULL || channel->fInput.source != producer)
732 channel->fInput.source = media_source::null;
754 if (channel->fInput.source != producer)
838 MultiAudioNode::FormatChangeRequested(const media_source& source, argument
924 media_source* source, char* name)
954 *source
922 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* source, char* name) argument
961 Connect(status_t error, const media_source& source, const media_destination& destination, const media_format& format, char* name) argument
1111 AdditionalBufferRequested(const media_source& source, media_buffer_id previousBuffer, bigtime_t previousTime, const media_seek_tag* previousTag) argument
2207 _FindOutput(media_source source) argument
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp104 fIn.source = media_source::null;
317 fIn.source = producer;
358 if (where != fIn.destination || producer != fIn.source)
373 fIn.source = media_source::null;
499 if (producer != fIn.source)
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp534 mediaOutput.source.port = ControlPort();
535 mediaOutput.source.id = fOutputs.CountItems();
541 mediaOutput.source.id, gSupportedFormatsNames[f]);
871 channel->fInput.source = producer;
895 if (channel->fInput.source != producer) {
905 channel->fInput.source = media_source::null;
930 if (channel->fInput.source != producer) {
1038 OpenSoundNode::FormatChangeRequested(const media_source& source, argument
1179 *out_source = channel->fOutput.source;
1186 OpenSoundNode::Connect(status_t error, const media_source& source, argument
1358 AdditionalBufferRequested(const media_source& source, media_buffer_id prev_buffer, bigtime_t prev_time, const media_seek_tag* prev_tag) argument
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
42 * Redistribution and use in source and binary forms, with or without
45 * 1. Redistributions of source code must retain the above copyright
140 /* Database, source mappings. */
296 _nsloadmod(const char *source, nss_module_register_fn reg_fn) argument
304 mod.name = strdup(source);
409 printf("%s (%d source%s):", dbt->name, dbt->srclistsize,
556 _nsmethod(const char *source, const char *database, const char *method, argument
565 if (strcasecmp(source, disp_ta
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp182 ipv6_to_ether_multicast(sockaddr_dl* destination, const sockaddr_in6* source) argument
198 memcpy(&destination->sdl_data[2], &source->sin6_addr.s6_addr[12], 4);
716 // fix source and destination address
717 sockaddr_in6* source = (sockaddr_in6*)buffer->source; local
719 memcpy(&destination->sin6_addr, &source->sin6_addr, sizeof(in6_addr));
720 memcpy(&source->sin6_addr, &header.target_address, sizeof(in6_addr));
925 // prepare source and target addresses
927 sockaddr_in6* source = (sockaddr_in6*)buffer->source; local
[all...]
/haiku/src/system/boot/loader/net/
H A DTCP.cpp713 TRACE("TCPService::HandleIPPacket(): source = %08lx, "
730 uint16 source = ntohs(header->source); local
735 "flags %s %s %s %s\n", source, destination, sequenceNumber,
774 size - header->dataOffset * 4, sourceIP, source, destinationIP,
799 header.source = htons(sourcePort);
845 TCPService::_ChecksumBuffer(ChainBuffer* buffer, ip_addr_t source, argument
849 ip_addr_t source; member in struct:pseudo_header
856 htonl(source),
871 TCPService::_ChecksumData(const void* data, uint16 length, ip_addr_t source, argument
[all...]
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp665 BPositionIO* source, BPositionIO* target)
667 if (source->Seek(0, SEEK_SET) != 0)
677 if (source->Read(&stxtheader, kstxtsize) != kstxtsize)
679 if (source->Read(&txtheader, ktxtsize) != ktxtsize
685 // source now points to the beginning of the plain text section
690 nread = source->Read(buffer, nreed);
697 nread = source->Read(buffer, nreed);
708 read = source->Read(buffer, sizeof(stylHeader));
729 source->Read(unflattened, stylHeader.header.data_size);
822 BPositionIO& source, BPositionI
664 convert_styled_text_to_rtf( BPositionIO* source, BPositionIO* target) argument
821 convert_plain_text_to_rtf( BPositionIO& source, BPositionIO& target) argument
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp459 const unsigned char* source = local
471 source += sourcePixelsToSkip * kSourceBytesPerPixel;
485 target[0] = source[2];
486 target[1] = source[1];
487 target[2] = source[0];
489 source += kSourceBytesPerPixel;
/haiku/headers/private/kernel/vm/
H A DVMCache.h135 virtual status_t Adopt(VMCache* source, off_t offset, off_t size,
175 virtual void Merge(VMCache* source);
192 // list of caches that use this cache as a source
194 VMCache* source; member in struct:VMCache

Completed in 161 milliseconds

<<11121314151617181920