Home
last modified time | relevance | path

Searched refs:ByteVectorStream (Results 1 – 16 of 16) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/toolkit/
H A Dtbytevectorstream.cpp37 class ByteVectorStream::ByteVectorStreamPrivate
56 ByteVectorStream::ByteVectorStream(const ByteVector &data) : in ByteVectorStream() function in ByteVectorStream
61 ByteVectorStream::~ByteVectorStream() in ~ByteVectorStream()
66 FileName ByteVectorStream::name() const in name()
120 bool ByteVectorStream::readOnly() const in readOnly()
125 bool ByteVectorStream::isOpen() const in isOpen()
145 void ByteVectorStream::clear() in clear()
149 long ByteVectorStream::tell() const in tell()
154 long ByteVectorStream::length() in length()
159 void ByteVectorStream::truncate(long length) in truncate()
[all …]
H A Dtbytevectorstream.h42 class TAGLIB_EXPORT ByteVectorStream : public IOStream
49 ByteVectorStream(const ByteVector &data);
54 virtual ~ByteVectorStream();
/dports/audio/taglib/taglib-1.12/taglib/toolkit/
H A Dtbytevectorstream.cpp37 class ByteVectorStream::ByteVectorStreamPrivate
56 ByteVectorStream::ByteVectorStream(const ByteVector &data) : in ByteVectorStream() function in ByteVectorStream
61 ByteVectorStream::~ByteVectorStream() in ~ByteVectorStream()
66 FileName ByteVectorStream::name() const in name()
120 bool ByteVectorStream::readOnly() const in readOnly()
125 bool ByteVectorStream::isOpen() const in isOpen()
145 void ByteVectorStream::clear() in clear()
149 long ByteVectorStream::tell() const in tell()
154 long ByteVectorStream::length() in length()
159 void ByteVectorStream::truncate(long length) in truncate()
[all …]
H A Dtbytevectorstream.h42 class TAGLIB_EXPORT ByteVectorStream : public IOStream
49 ByteVectorStream(const ByteVector &data);
54 virtual ~ByteVectorStream();
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/toolkit/
H A Dtbytevectorstream.cpp37 class ByteVectorStream::ByteVectorStreamPrivate
56 ByteVectorStream::ByteVectorStream(const ByteVector &data) : in ByteVectorStream() function in ByteVectorStream
61 ByteVectorStream::~ByteVectorStream() in ~ByteVectorStream()
66 FileName ByteVectorStream::name() const in name()
120 bool ByteVectorStream::readOnly() const in readOnly()
125 bool ByteVectorStream::isOpen() const in isOpen()
145 void ByteVectorStream::clear() in clear()
149 long ByteVectorStream::tell() const in tell()
154 long ByteVectorStream::length() in length()
159 void ByteVectorStream::truncate(long length) in truncate()
[all …]
H A Dtbytevectorstream.h42 class TAGLIB_EXPORT ByteVectorStream : public IOStream
49 ByteVectorStream(const ByteVector &data);
54 virtual ~ByteVectorStream();
/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_bytevectorstream.cpp49 ByteVectorStream stream(v); in testInitialData()
57 ByteVectorStream stream(v); in testWriteBlock()
67 ByteVectorStream stream(v); in testWriteBlockResize()
80 ByteVectorStream stream(v); in testReadBlock()
91 ByteVectorStream stream(v); in testRemoveBlock()
104 ByteVectorStream stream(v); in testInsert()
119 ByteVectorStream stream(v); in testSeekEnd()
H A Dtest_fileref.cpp187 ByteVectorStream bs(fileContent); in fileRefSave()
210 ByteVectorStream bs(fileContent); in fileRefSave()
H A Dtest_mp4.cpp95 ByteVectorStream aacStream(aacData); in testPropertiesAACWithoutBitrate()
131 ByteVectorStream alacStream(alacData); in testPropertiesALACWithoutBitrate()
H A Dtest_wav.cpp113 ByteVectorStream wavStream(wavData); in testFloatWithoutFactChunkProperties()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/tests/
H A Dtest_bytevectorstream.cpp49 ByteVectorStream stream(v); in testInitialData()
57 ByteVectorStream stream(v); in testWriteBlock()
67 ByteVectorStream stream(v); in testWriteBlockResize()
80 ByteVectorStream stream(v); in testReadBlock()
91 ByteVectorStream stream(v); in testRemoveBlock()
104 ByteVectorStream stream(v); in testInsert()
119 ByteVectorStream stream(v); in testSeekEnd()
H A Dtest_fileref.cpp173 ByteVectorStream bs(fileContent); in fileRefSave()
194 ByteVectorStream bs(fileContent); in fileRefSave()
/dports/audio/kid3-kf5/kid3-3.8.6/packaging/patches/
H A Dtaglib-1.12-win00-large_file.patch1153 + if(readPosition < ByteVectorStream::length()) {
1157 @@ -127,7 +127,7 @@ bool ByteVectorStream::isOpen() const
1161 -void ByteVectorStream::seek(long offset, Position p)
1162 +void ByteVectorStream::seek(offset_t offset, Position p)
1166 @@ -146,17 +146,17 @@ void ByteVectorStream::clear()
1170 -long ByteVectorStream::tell() const
1171 +offset_t ByteVectorStream::tell() const
1176 -long ByteVectorStream::length()
1177 +offset_t ByteVectorStream::length()
1182 -void ByteVectorStream::truncate(long length)
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/packaging/patches/
H A Dtaglib-1.12-win00-large_file.patch1153 + if(readPosition < ByteVectorStream::length()) {
1157 @@ -127,7 +127,7 @@ bool ByteVectorStream::isOpen() const
1161 -void ByteVectorStream::seek(long offset, Position p)
1162 +void ByteVectorStream::seek(offset_t offset, Position p)
1166 @@ -146,17 +146,17 @@ void ByteVectorStream::clear()
1170 -long ByteVectorStream::tell() const
1171 +offset_t ByteVectorStream::tell() const
1176 -long ByteVectorStream::length()
1177 +offset_t ByteVectorStream::length()
1182 -void ByteVectorStream::truncate(long length)
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/
H A DNEWS29 * Fixed seeking ByteVectorStream from the end.
/dports/audio/taglib/taglib-1.12/
H A DNEWS42 * Fixed seeking ByteVectorStream from the end.