Searched refs:stream (Results 176 - 200 of 300) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h127 void SetExtentChecksum(ext2_extent_stream* stream);
128 bool VerifyExtentChecksum(ext2_extent_stream* stream);
154 uint32 _ExtentLength(ext2_extent_stream* stream) const;
155 uint32 _ExtentChecksum(ext2_extent_stream* stream) const;
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.h47 BPositionIO* stream);
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.h99 /*! This structure describes a single stream of audio data,
213 void geode_stream_delete(geode_stream* stream);
214 status_t geode_stream_setup_buffers(geode_stream* stream, const char* desc);
215 status_t geode_stream_start(geode_stream* stream);
216 status_t geode_stream_stop(geode_stream* stream);
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp7 //! Inode stream access functions
185 // link in the stream
421 Stream stream(volume, id);
422 if (stream.InitCheck() != B_OK)
425 if (stream.IsContainer())
426 return new(nothrow) Directory(stream);
428 if (stream.IsSymlink())
429 return new(nothrow) Link(stream);
431 return new(nothrow) File(stream);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h143 /*! This structure describes a single stream of audio data,
147 uint32 id; /* HDA controller stream # */
362 hda_stream* stream);
381 void hda_stream_delete(hda_stream* stream);
383 hda_stream* stream, const char* desc);
384 status_t hda_stream_start(hda_controller* controller, hda_stream* stream);
385 status_t hda_stream_stop(hda_controller* controller, hda_stream* stream);
/haiku/src/kits/app/
H A DMessageAdapter.cpp131 MessageAdapter::Flatten(uint32 format, const BMessage *from, BDataIO *stream, argument
150 ssize_t written = stream->Write(buffer, flattenedSize);
186 BMemoryIO stream(buffer + sizeof(uint32),
188 return _UnflattenR5Message(format, into, &stream);
194 BMemoryIO stream(buffer + sizeof(uint32),
196 return _UnflattenR5Message(format, into, &stream);
207 BMemoryIO stream(buffer + sizeof(uint32), size - sizeof(uint32));
208 return _UnflattenDanoMessage(format, into, &stream);
221 MessageAdapter::Unflatten(uint32 format, BMessage *into, BDataIO *stream) argument
227 return _UnflattenR5Message(format, into, stream);
548 _UnflattenR5Message(uint32 format, BMessage *into, BDataIO *stream) argument
704 _UnflattenDanoMessage(uint32 format, BMessage *into, BDataIO *stream) argument
[all...]
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp86 // stream the input stream
88 SGIImage::SetTo(BPositionIO* stream) argument
90 if (!stream)
93 fStream = stream;
94 stream->Seek(0, SEEK_SET);
114 // this stream is compressed; read the scanline tables...
144 // stream the output stream
151 SGIImage::SetTo(BPositionIO* stream, argument
759 read_and_swap(BPositionIO* stream, int16* buffer, uint32 size) argument
[all...]
/haiku/src/bin/fwcontrol/
H A Dfwdv.c194 if (pkt->mode.stream.len <= sizeof(struct ciphdr))
305 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
306 pkt->mode.stream.sy = 0;
307 pkt->mode.stream.tcode = FWTCODE_STREAM;
308 pkt->mode.stream.chtag = ich;
311 pkt->mode.stream.len = sizeof(struct ciphdr);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c702 emuxki_stream *stream; local
720 LIST_FOREACH(stream, &((emuxki_dev*)multi->card)->streams, next) {
721 if ((stream->use & mode) == 0)
724 nchannels = stream->nmono + 2 * stream->nstereo;
994 emuxki_stream *stream = (emuxki_stream *)inthparams; local
998 stream->real_time = system_time();
999 stream->frames_count += current_settings.buffer_frames;
1000 stream->buffer_cycle = stream
1012 emuxki_stream *stream = (emuxki_stream *)inthparams; local
1304 emuxki_stream *stream; local
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp84 BPlusTree::BPlusTree(BPositionIO *stream,bool allowDuplicates) argument
91 SetTo(stream,allowDuplicates);
154 status_t BPlusTree::SetTo(BPositionIO *stream,bool allowDuplicates) argument
159 ssize_t read = stream->ReadAt(0,&header,sizeof(bplustree_header));
165 stream->Seek(0,SEEK_END);
166 off_t size = stream->Position();
167 stream->Seek(0,SEEK_SET);
180 if (DataStream *dataStream = dynamic_cast<DataStream *>(stream))
202 fStream = stream;
299 BPlusTree::WriteTo(BPositionIO *stream) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp196 RequestBuilder::_GenerateLockOwner(XDR::WriteStream& stream, argument
199 stream.AddUHyper(state->fClientID);
204 stream.AddOpaque(lockOwner, sizeof(lockOwner));
704 RequestBuilder::_GenerateClientId(XDR::WriteStream& stream, argument
724 stream.AddOpaque(id, pos);
823 RequestBuilder::_AttrBitmap(XDR::WriteStream& stream, Attribute* attrs, argument
834 stream.AddUInt(bcount);
836 stream.AddUInt(bitmap[i]);
841 RequestBuilder::_EncodeAttrs(XDR::WriteStream& stream, AttrValue* attr, argument
845 stream
[all...]
H A DReplyInterpreter.h113 static const char** _GetPath(XDR::ReadStream& stream);
115 status_t _DecodeAttrs(XDR::ReadStream& stream, AttrValue** attrs,
/haiku/src/add-ons/translators/raw/
H A DReadHelper.h67 TReadHelper(BPositionIO& stream) argument
69 fStream(&stream, 65536, false),
H A DLibRAW.h66 LibRAW(BPositionIO& stream);
H A DRAWTranslator.cpp124 RAWTranslator::DerivedIdentify(BPositionIO *stream, argument
133 BBufferIO io(stream, 128 * 1024, false);
200 RAWTranslator::DerivedTranslate(BPositionIO* stream, argument
209 BBufferIO io(stream, 1024 * 1024, false);
/haiku/src/add-ons/translators/psd/
H A DDataArray.cpp54 BDataArray::WriteToStream(BPositionIO *stream) argument
56 return stream->Write(fData, fDataSize);
H A DDataArray.h55 ssize_t WriteToStream(BPositionIO *stream);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp168 Playlist::Unflatten(BDataIO* stream) argument
170 if (stream == NULL)
174 ssize_t read = stream->Read(&magicBytes, 4);
185 status_t ret = archive.Unflatten(stream);
194 Playlist::Flatten(BDataIO* stream) const
196 if (stream == NULL)
205 ssize_t written = stream->Write(&magicBytes, 4);
212 return archive.Flatten(stream);
/haiku/src/kits/support/
H A DBufferedDataIO.cpp23 BBufferedDataIO::BBufferedDataIO(BDataIO& stream, size_t bufferSize, argument
26 fStream(stream),
116 // fill the part of the stream we already have
143 TRACE("%p: read %" B_PRIuSIZE " bytes from stream\n", this,
150 TRACE("%p: retrieved %" B_PRIuSIZE " bytes from stream\n", this, fSize);
/haiku/headers/os/translation/
H A DTranslationUtils.h47 static BBitmap* GetBitmap(BPositionIO* stream,
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp293 if (pkt->mode.stream.len <= sizeof(struct ciphdr))
403 fprintf(stderr, "unsupported MPEG TS stream, fn=%d (only"
409 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
422 pkt->mode.stream.len - sizeof(struct ciphdr));
433 pkt_size = pkt->mode.stream.len + 4;
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.cpp183 BBufferStreamManager::Subscribe(BBufferStream *stream) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h95 extern void dump_data_stream(const data_stream *stream);
/haiku/headers/private/netservices2/
H A DErrorsExt.h37 void WriteToStream(std::ostream& stream) const;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp161 BFile& stream, uint32 fetchFlags, BMessage& attributes)
165 ProcessMessageFetched(ref, stream, attributes);
167 ProcessHeaderFetched(ref, stream, attributes);
169 NotifyBodyFetched(ref, stream, attributes);
160 MessageStored(IMAPFolder& folder, entry_ref& ref, BFile& stream, uint32 fetchFlags, BMessage& attributes) argument

Completed in 312 milliseconds

1234567891011>>