Searched refs:dest (Results 151 - 175 of 202) sorted by relevance

123456789

/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp205 const media_destination & dest,
213 if (input.destination != dest) {
204 AcceptFormat( const media_destination & dest, media_format * format) argument
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp384 VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format) argument
388 if (dest != fIn.destination) {
/haiku/src/kits/game/
H A DFileGameSound.cpp37 FillBuffer(_gs_ramp* ramp, T* dest, const T* src, size_t* bytes) argument
43 dest[sample] = clamp<T, min, max>(float(src[sample] - middle) * gain
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.h436 uint32_t rt_lastmseq; /* last seq# seen dest */
599 const uint8_t dest[IEEE80211_ADDR_LEN], struct mbuf *m)
602 return ms->ms_ppath->mpp_discover(vap, dest, m);
598 ieee80211_mesh_discover(struct ieee80211vap *vap, const uint8_t dest[IEEE80211_ADDR_LEN], struct mbuf *m) argument
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp469 BMediaClient::_FindInput(const media_destination& dest) const
474 if (dest.id == InputAt(i)->_Destination().id)
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.h119 const media_destination & dest,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h124 const media_destination & dest,
323 // node_input* FindInput(media_destination dest);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.h106 const media_destination &dest,
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp227 BMediaRecorderNode::AcceptFormat(const media_destination& dest, argument
/haiku/src/apps/magnify/
H A DMagnify.h39 BRect dest, int32 pixelSize);
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h199 void (*CopyMem) (void* dest, const void* src, size_t len) EFIAPI;
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c286 sis_eeprom_getword(struct sis_softc *sc, int addr, uint16_t *dest) argument
322 *dest = word;
329 sis_read_eeprom(struct sis_softc *sc, caddr_t dest, int off, int cnt, int swap) argument
336 ptr = (uint16_t *)(dest + (i * 2));
383 sis_read_cmos(struct sis_softc *sc, device_t dev, caddr_t dest, int off, int cnt) argument
403 *(dest + i) = bus_space_read_1(btag, 0x0, 0x71);
410 sis_read_mac(struct sis_softc *sc, device_t dev, caddr_t dest) argument
423 ((uint16_t *)dest)[0] = CSR_READ_2(sc, SIS_RXFILT_DATA);
425 ((uint16_t *)dest)[1] = CSR_READ_2(sc, SIS_RXFILT_DATA);
427 ((uint16_t *)dest)[
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp1030 net_buffer_private* dest = (net_buffer_private*)to; local
1048 if (append_data(dest, node->start, node->used) < B_OK) {
1049 CHECK_BUFFER(dest);
1057 if (append_data(dest, node->start, node->used - diff) < B_OK) {
1058 CHECK_BUFFER(dest);
1062 CHECK_BUFFER(dest);
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c231 sge_get_mac_addr_eeprom(struct sge_softc *sc, uint8_t *dest) argument
245 dest[i + 0] = (uint8_t)val;
246 dest[i + 1] = (uint8_t)(val >> 8);
259 sge_get_mac_addr_apc(struct sge_softc *sc, uint8_t *dest) argument
263 int res = haiku_sge_get_mac_addr_apc(sc->sge_dev, dest, &rgmii);
318 dest[i] = inb(0x79);
/haiku/src/kits/tracker/
H A DFSUtils.cpp140 void CopyPoseLocation(BNode* src, BNode* dest);
157 "\t%name%dest\n"
1005 // extract information from src, dest models
1828 const char* dest = destString.String(); local
1830 const char* lastFolderDest = dest;
1832 while (*src && *dest && *src == *dest) {
1834 if (*dest++ == '/') {
1836 lastFolderDest = dest;
1840 dest
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp559 uint8* dest = (uint8*)&edidRaw; local
565 *dest++ = *src++;
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp212 uint8* dest = (uint8*)&edidRaw; local
218 *dest++ = *src++;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp331 LoggingConsumer::AcceptFormat(const media_destination& dest, media_format* format) argument
342 if (dest != mInput.destination) return B_MEDIA_BAD_DESTINATION;
/haiku/src/build/libgnuregex/
H A Dregex.c409 extract_number (dest, source)
410 int *dest;
414 *dest = *source & 0377;
415 *dest += temp << 8;
420 #define EXTRACT_NUMBER(dest, src) extract_number (&dest, src)
446 #define EXTRACT_NUMBER_AND_INCR(dest, src) \
447 extract_number_and_incr (&dest, &src)
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp422 VideoConsumer::AcceptFormat(const media_destination& dest, media_format* format) argument
426 if (dest != fIn.destination) {
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h63 virtual status_t AcceptFormat(const media_destination& dest,
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1196 uint8* dest = NULL; local
1209 dest = (uint8*)(cinfo.mem->alloc_large)((j_common_ptr)&cinfo,
1211 destLine = dest + destOffset;
1236 ssize_t bytesWritten = out->Write(dest, dataSize);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h157 uint8 level, dest; member in struct:_emuxki_chanparms_fxsend::__anon15
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp430 TRACE_BB("%p pixels (dest %.2f %.2f %.2f %.2f)\n", _state,
435 BRect dest = _dest; local
436 state->PenToLocalTransform().Apply(&dest);
437 state->IncludeRect(dest);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp220 AudioMixer::AcceptFormat(const media_destination &dest, media_format *ioFormat) argument
229 if (dest.port != ControlPort())
885 const media_destination &dest, const media_format &format, char *io_name)
919 FindLatencyFor(dest, &fDownstreamLatency, &id);
959 fCore->Output()->MediaOutput().destination = dest;
884 Connect(status_t error, const media_source &source, const media_destination &dest, const media_format &format, char *io_name) argument

Completed in 420 milliseconds

123456789