Searched defs:destination (Results 26 - 50 of 114) sorted by relevance

12345

/haiku/src/kits/game/
H A DGameSoundBuffer.h24 media_destination destination; member in struct:Connection
/haiku/src/libs/print/libprint/
H A DPackBits.cpp48 static int Run(unsigned char* destination, const unsigned char* source, int n) argument
152 int pack_bits(unsigned char* destination, const unsigned char* source, int size) argument
186 unsigned char* destination = new unsigned char[outSize]; local
H A DHalftone.cpp154 Halftone::Dither(uchar* destination, const uchar* source, int x, int y, argument
201 Halftone::DitherRGB32(uchar *destination, const uchar *source0, int x, int y, argument
311 Halftone::DitherFloydSteinberg(uchar *destination, const uchar* source0, argument
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h182 uint32* destination = (uint32*)dst; local
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp243 SeekTagRequested( const media_destination & destination, bigtime_t in_target_time, uint32 in_flags, media_seek_tag * out_seek_tag, bigtime_t * out_tagged_time, uint32 * out_flags) argument
[all...]
H A DVideoMixerNodeProducer.cpp78 FormatChangeRequested( const media_source &source, const media_destination &destination, media_format *io_format, int32 * _deprecated_) argument
192 Connect( status_t error, const media_source &source, const media_destination &destination, const media_format &format, char *io_name) argument
351 LatencyChanged( const media_source & source, const media_destination & destination, bigtime_t new_latency, uint32 flags) argument
[all...]
H A DVideoMixerNode.cpp128 VideoMixerNode::GetInput(const media_destination &destination) { argument
[all...]
/haiku/src/servers/app/drawing/
H A DOverlay.cpp263 Overlay::Configure(const BRect& source, const BRect& destination) argument
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp49 struct sockaddr_dl& destination = *(struct sockaddr_dl*)buffer->destination; local
144 struct sockaddr_dl& destination = *(struct sockaddr_dl*)buffer->destination; local
[all...]
/haiku/src/system/libroot/posix/string/arch/x86_64/
H A Darch_string.cpp47 static inline void memcpy_repmovs(uint8_t* destination, const uint8_t* source, argument
58 inline void copy_small(uint8_t* destination, const uint8_t* source) argument
75 static inline void memcpy_small(uint8_t* destination, const uint8_t* source, argument
92 inline void copy_sse(__m128i* destination, const __m128i* source) argument
101 copy_sse(__m128i* destination, const __m128i* source) argument
113 memcpy_sse(uint8_t* destination, const uint8_t* source, size_t length) argument
138 memcpy(void* destination, const void* source, size_t length) argument
156 memset_repstos(uint8_t* destination, uint8_t value, size_t length) argument
166 memset_sse(uint8_t* destination, uint8_t value, size_t length) argument
193 memset_small(uint8_t* destination, uint8_t value, size_t length) argument
216 auto destination = static_cast<uint8_t*>(ptr); local
[all...]
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp268 struct sockaddr destination; local
[all...]
/haiku/src/system/boot/loader/net/
H A DEthernet.cpp123 EthernetService::Send(const mac_addr_t &destination, uint16 protocol, argument
H A DIP.cpp124 IPService::Send(ip_addr_t destination, uint8 protocol, ChainBuffer *buffer) argument
H A DUDP.cpp318 uint16 destination = ntohs(header->destination); local
421 ip_addr_t destination; member in struct:pseudo_header
414 _ChecksumBuffer(ChainBuffer *buffer, ip_addr_t source, ip_addr_t destination, uint16 length) argument
442 _ChecksumData(const void *data, uint16 length, ip_addr_t source, ip_addr_t destination) argument
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp283 ICUTimeData::_SetLCTimeEntries(const UnicodeString* strings, char* destination, argument
303 ICUTimeData::_SetLCTimePattern(DateFormat* format, char* destination, argument
/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp151 apic_set_interrupt_command(uint32 destination, uint32 mode) argument
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.cpp367 Connected( const media_source& source, const media_destination& destination, const media_format& format, media_input* outInput) argument
387 Connect( status_t status, const media_source& source, const media_destination& destination, const media_format& format, char* ioName) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp280 void* destination; local
/haiku/headers/private/bluetooth/
H A DbtCoreData.h43 bdaddr_t destination; member in struct:HciConnection
/haiku/headers/private/net/
H A Dnet_buffer.h23 struct sockaddr* destination; member in struct:net_buffer
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp127 media_destination destination; member in struct:connection_window
146 media_destination destination; member in struct:input_window
114 connection_window( const media_source &source, const media_destination &destination, BWindow *window) argument
137 input_window( const media_destination &destination, BWindow *window) argument
559 media_destination destination; local
571 media_destination destination; local
618 const media_destination destination = *reinterpret_cast<const media_destination *>(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
835 _findWindowFor( const media_destination &destination, BWindow **outWindow) argument
856 _removeWindowFor( const media_destination &destination) argument
[all...]
/haiku/src/bin/network/route/
H A Droute.cpp411 BNetworkAddress destination; local
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageItem.h67 BPath destination; member in struct:ItemState
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp195 ConsumerNode::SeekTagRequested(const media_destination& destination, argument
/haiku/src/kits/media/
H A DNotifications.cpp213 FormatChanged(const media_source& source, const media_destination& destination, argument
171 ConnectionBroken(const media_source& source, const media_destination& destination) argument

Completed in 103 milliseconds

12345