Home
last modified time | relevance | path

Searched refs:commentHeaderData (Results 1 – 9 of 9) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ogg/vorbis/
H A Dvorbisfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(commentHeaderData.mid(0, 7) != vorbisCommentHeaderID) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(7)); in read()
/dports/audio/taglib/taglib-1.12/taglib/ogg/vorbis/
H A Dvorbisfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(commentHeaderData.mid(0, 7) != vorbisCommentHeaderID) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(7)); in read()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ogg/vorbis/
H A Dvorbisfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(commentHeaderData.mid(0, 7) != vorbisCommentHeaderID) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(7)); in read()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ogg/opus/
H A Dopusfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(!commentHeaderData.startsWith("OpusTags")) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(8)); in read()
/dports/audio/taglib/taglib-1.12/taglib/ogg/opus/
H A Dopusfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(!commentHeaderData.startsWith("OpusTags")) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(8)); in read()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ogg/opus/
H A Dopusfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 if(!commentHeaderData.startsWith("OpusTags")) { in read()
146 d->comment = new Ogg::XiphComment(commentHeaderData.mid(8)); in read()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ogg/speex/
H A Dspeexfile.cpp137 ByteVector commentHeaderData = packet(1); in read() local
139 d->comment = new Ogg::XiphComment(commentHeaderData); in read()
/dports/audio/taglib/taglib-1.12/taglib/ogg/speex/
H A Dspeexfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 d->comment = new Ogg::XiphComment(commentHeaderData); in read()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ogg/speex/
H A Dspeexfile.cpp138 ByteVector commentHeaderData = packet(1); in read() local
140 d->comment = new Ogg::XiphComment(commentHeaderData); in read()