Searched refs:Stream (Results 26 - 50 of 60) sorted by relevance

123

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.h50 class Stream;
53 Stream** fStreams;
H A DAVFormatReader.cpp155 // I/O hooks for libavformat, cookie will be a Stream instance.
905 // #pragma mark - AVFormatReader::Stream
908 class AVFormatReader::Stream : public StreamBase { class in class:AVFormatReader
910 Stream(BMediaIO* source,
912 virtual ~Stream();
947 AVFormatReader::Stream::Stream(BMediaIO* source, BLocker* streamLock) function in class:AVFormatReader::Stream
960 AVFormatReader::Stream::~Stream()
989 AVFormatReader::Stream
[all...]
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp10 #include "Stream.h"
110 Stream::Stream(Volume& volume, block_run run) function in class:Stream
120 Stream::Stream(Volume& volume, off_t id) function in class:Stream
130 Stream::~Stream()
136 Stream::InitCheck()
143 Stream::GetNextSmallData(const small_data** _smallData) const
145 // TODO: Stream derive
[all...]
H A DDirectory.cpp44 Directory::Directory(const Stream &stream)
94 return Stream::NodeFactory(fStream.GetVolume(), id);
121 *_node = Stream::NodeFactory(fStream.GetVolume(), id);
H A DLink.cpp25 Link::Link(const Stream &stream)
H A DFile.cpp27 File::File(const Stream &stream)
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp10 #include "Stream.h"
33 Stream::Stream(Volume &volume, uint32 chain, off_t size, const char *name) function in class:Stream
41 TRACE(("FATFS::Stream::(, %d, %lld, %s)\n", chain, size, name));
54 Stream::~Stream()
56 TRACE(("FATFS::Stream::~()\n"));
61 Stream::InitCheck()
70 Stream::GetName(char *nameBuffer, size_t bufferSize) const
77 Stream
[all...]
H A DDirectory.h10 #include "Stream.h"
57 Stream fStream;
H A DFile.h11 #include "Stream.h"
42 Stream fStream;
/haiku/src/kits/support/
H A DZstdCompressionAlgorithm.cpp194 // #pragma mark - Stream
198 struct BZstdCompressionAlgorithm::Stream : BaseClass { struct in class:BZstdCompressionAlgorithm
199 Stream(BDataIO* io) function in struct:BZstdCompressionAlgorithm::Stream
206 ~Stream()
256 Stream* stream = new(std::nothrow) Stream(io);
322 return Stream<BAbstractInputStream, CompressionStrategy, ZSTD_CStream>::Create(
335 return Stream<BAbstractOutputStream, CompressionStrategy, ZSTD_CStream>::Create(
348 return Stream<BAbstractInputStream, DecompressionStrategy, ZSTD_DStream>::Create(
361 return Stream<BAbstractOutputStrea
[all...]
H A DBufferIO.cpp216 BBufferIO::Stream() const function in class:BBufferIO
/haiku/headers/os/support/
H A DBufferedDataIO.h22 BDataIO* Stream() const;
H A DBufferIO.h29 BPositionIO* Stream() const;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h12 #include "Stream.h"
16 friend class Stream;
68 Vector<Stream*> fStreams;
/haiku/headers/private/support/
H A DZlibCompressionAlgorithm.h92 template<typename BaseClass, typename Strategy> struct Stream;
94 friend struct Stream;
H A DZstdCompressionAlgorithm.h88 template<typename BaseClass, typename Strategy, typename StreamType> struct Stream;
90 friend struct Stream;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h17 #include "Stream.h"
96 Stream fPlaybackStream;
97 Stream fRecordStream;
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.h50 BBufferStream *Stream() const;
H A DOldSubscriber.h37 Gaining access to the Buffer Stream
72 BAbstractBufferStream *Stream() const;
H A DOldSubscriber.cpp139 BSubscriber::Stream() const function in class:BSubscriber
H A DOldBufferStreamManager.cpp43 BBufferStreamManager::Stream() const function in class:BBufferStreamManager
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.h100 XDR::Stream::Position fOpCountPosition;
111 fRequest->Stream().Clear();
H A DRPCCallbackServer.cpp317 connection->Send(reply->Stream().Buffer(),
318 reply->Stream().Size());
333 connection->Send(reply->Stream().Buffer(),
334 reply->Stream().Size());
/haiku/src/add-ons/translators/raw/
H A DReadHelper.h187 BPositionIO& Stream() { return fStream; } function in class:TReadHelper
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.h29 Stream, member in class:UnixFifoType

Completed in 97 milliseconds

123