Searched refs:source (Results 351 - 375 of 489) sorted by relevance

<<11121314151617181920

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp126 StreamBase(BMediaIO* source,
156 // Since multiple StreamCookies use the same BMediaIO source, they
157 // maintain the position individually, and may need to seek the source
171 // Since different threads may read from the source,
193 StreamBase::StreamBase(BMediaIO* source, BLocker* sourceLock, argument
196 fSource(source),
910 Stream(BMediaIO* source,
947 AVFormatReader::Stream::Stream(BMediaIO* source, BLocker* streamLock) argument
949 StreamBase(source, streamLock, &fLock),
1460 fSourceLock("source
1501 BMediaIO* source = dynamic_cast<BMediaIO*>(Source()); local
1675 BMediaIO* source = dynamic_cast<BMediaIO*>(Source()); local
[all...]
/haiku/headers/build/os/interface/
H A DBitmap.h43 BBitmap(const BBitmap *source, bool acceptsViews = false,
/haiku/headers/private/net/
H A DNetUtilities.h90 addressModule->checksum_address(&checksum, buffer->source);
/haiku/src/apps/cortex/support/
H A DMediaString.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
102 const media_source &source,
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.h98 media_source source; member in struct:NodeManager::Connection
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h106 status_t _CopyTypeNode(BNode& source, const char* type,
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp147 int32 source = msg->FindInt32("index"); local
156 if (source != to) {
157 MoveItem(source,to);
161 msg.AddInt32("from",source);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
488 if (manager->findConnection(output.node.node, output.source, &connection) == B_OK)
527 media_source* source; local
529 if(message->FindData("be:source", B_RAW_TYPE, (const void**)&source, &dataSize) < B_OK)
535 manager->findConnection(nodeID, *source, &wire->connection);
1337 MediaNodePanel *source, *destination; local
1338 if ((_findPanelFor(connection.sourceNode(), &source) == B_OK)
1350 source
1409 MediaNodePanel *source, *destination; local
[all...]
/haiku/src/kits/tracker/
H A DNodeWalker.cpp391 build_dirent(const BEntry* source, struct dirent* ent, argument
394 if (source == NULL)
398 source->GetRef(&ref);
414 source->GetParent(&parent);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1605 alloc_tracing_buffer_memcpy(const void* source, size_t size, bool user)
1607 if (user && !IS_USER_ADDRESS(source))
1615 if (user_memcpy(buffer, source, size) != B_OK)
1618 memcpy(buffer, source, size);
1625 alloc_tracing_buffer_strcpy(const char* source, size_t maxSize, bool user)
1627 if (source == NULL || maxSize == 0)
1630 if (user && !IS_USER_ADDRESS(source))
1633 // limit maxSize to the actual source string len
1635 ssize_t size = user_strlcpy(NULL, source, 0);
1641 maxSize = strnlen(source, maxSiz
[all...]
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp312 UdpEndpoint* endpoint = _FindActiveEndpoint(buffer->source,
534 sockaddr* peerAddr = buffer->source;
586 const sockaddr* peerAddress = buffer->source;
782 SocketAddress source(addressModule, buffer->source);
785 source.SetPort(header.source_port);
812 SocketAddress source(addressModule, buffer->source);
815 source.SetPort(header.source_port);
818 TRACE_EPM(" Deframe(): data from %s to %s", source
[all...]
/haiku/src/kits/media/
H A DMediaRoster.cpp20 * * Redistributions of source code must retain the above copyright notice,
708 BTimeSource* source = gTimeSourceObjectManager->GetTimeSource(clone);
709 if (source == NULL) {
717 return source;
959 // corresponding to the specified node's time source.
964 // special handling for the system time source
966 "source\n");
983 BTimeSource *source; local
994 source = MediaRosterEx(this)->MakeTimeSourceObject(reply.timesource_id);
999 return source;
1208 Disconnect(media_node_id source_nodeid, const media_source& source, media_node_id destination_nodeid, const media_destination& destination) argument
[all...]
H A DMediaRecorder.cpp368 // Set time source
413 if (ourOutput.source == media_source::null)
424 return BMediaRoster::CurrentRoster()->Connect(ourOutput.source,
/haiku/headers/libs/agg/
H A Dagg_span_image_filter.h52 source_type& source() { return *m_src; } function in class:agg::span_image_filter
53 const source_type& source() const { return *m_src; } function in class:agg::span_image_filter
/haiku/headers/private/kernel/
H A Dtracing.h279 uint8* alloc_tracing_buffer_memcpy(const void* source, size_t size, bool user);
280 char* alloc_tracing_buffer_strcpy(const char* source, size_t maxSize,
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaOutputInfo.cpp29 output.source = media_source::null;
98 *out_source = output.source;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
42 // - time source (defaults to the DAC time source)
47 // group's time source. Unless the node has a run mode set, it will
116 // source/destination information. NodeManager adds these fields
121 // the source; 0 if no matching Connection was
124 // the source; 0 if no matching Connection was
211 // fetches Connection corresponding to a given source/destination
217 const media_source& source,
[all...]
/haiku/src/system/boot/loader/net/
H A DIP.cpp113 service->HandleIPPacket(this, ntohl(header->source),
147 header.source = htonl(fEthernet->IPAddress());
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp113 EXRTranslator::DerivedTranslate(BPositionIO* source, argument
124 IStreamWrapper istream("filename", source);
/haiku/src/kits/app/
H A DMessageAdapter.cpp389 uint8 *source = data + field->offset + field->name_length; local
392 ssize_t itemSize = *(ssize_t *)source + sizeof(ssize_t);
394 source += itemSize;
508 uint8 *source = data + field->offset + field->name_length; local
510 memcpy(pointer, source, field->data_size);
515 ssize_t itemSize = *(ssize_t *)source + sizeof(ssize_t);
516 memcpy(pointer, source, itemSize);
520 source += itemSize;
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp140 fInput.source = producer;
289 fInput.source = media_source::null;
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp172 LineDataSource* source, Tokenizer* tokenizer,
176 fHighlightSource(source),
199 // lazily parse the source's highlight information the first time
171 CLanguageFamilySyntaxHighlightInfo( LineDataSource* source, Tokenizer* tokenizer, TeamTypeInformation* typeInfo) argument
/haiku/headers/build/
H A DHaikuBuildCompatibility.h7 with the current Haiku source anymore).
10 kludges in our source files at a minimum.
117 extern size_t strlcat(char *dest, const char *source, size_t length);
118 extern size_t strlcpy(char *dest, const char *source, size_t length);
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp509 GraphicsDriver::_RotateInto(BBitmap* target, const BBitmap* source) argument
512 ASSERT(source->ColorSpace() == B_RGB32);
513 ASSERT(target->Bounds().IntegerWidth() == source->Bounds().IntegerHeight());
514 ASSERT(target->Bounds().IntegerHeight() == source->Bounds().IntegerWidth());
516 const int32 width = source->Bounds().IntegerWidth() + 1;
517 const int32 height = source->Bounds().IntegerHeight() + 1;
519 const int32 sourceBPR = source->BytesPerRow();
523 reinterpret_cast<const uint8_t*>(source->Bits());
/haiku/src/kits/locale/
H A DTimeFormat.cpp210 BTimeFormat::Parse(BString source, BTimeFormatStyle style, BTime& output) argument
220 UDate date = timeFormatter->parse(UnicodeString::fromUTF8(source.String()),

Completed in 237 milliseconds

<<11121314151617181920