Home
last modified time | relevance | path

Searched refs:FrameList (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dframelist.cpp41 FrameList::FrameList(Frame::TagNumber tagNr, in FrameList() function in FrameList
56 int FrameList::getSelectedId() const in getSelectedId()
86 void FrameList::setSelectedId(int id) in setSelectedId()
125 bool FrameList::selectByRow(int row) in selectByRow()
152 bool FrameList::deleteFrame() in deleteFrame()
228 void FrameList::addAndEditFrame() in addAndEditFrame()
251 void FrameList::editFrame() in editFrame()
294 bool FrameList::pasteFrame() { in pasteFrame()
306 void FrameList::addFrameFieldList() in addFrameFieldList()
320 void FrameList::saveCursor() in saveCursor()
[all …]
H A Dframelist.h40 class KID3_CORE_EXPORT FrameList : public QObject {
50 FrameList(Frame::TagNumber tagNr,
56 virtual ~FrameList() override = default;
216 FrameList(const FrameList&);
217 FrameList& operator=(const FrameList&);
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dframelist.cpp41 FrameList::FrameList(Frame::TagNumber tagNr, in FrameList() function in FrameList
56 int FrameList::getSelectedId() const in getSelectedId()
86 void FrameList::setSelectedId(int id) in setSelectedId()
125 bool FrameList::selectByRow(int row) in selectByRow()
152 bool FrameList::deleteFrame() in deleteFrame()
228 void FrameList::addAndEditFrame() in addAndEditFrame()
251 void FrameList::editFrame() in editFrame()
294 bool FrameList::pasteFrame() { in pasteFrame()
306 void FrameList::addFrameFieldList() in addFrameFieldList()
320 void FrameList::saveCursor() in saveCursor()
[all …]
H A Dframelist.h40 class KID3_CORE_EXPORT FrameList : public QObject {
50 FrameList(Frame::TagNumber tagNr,
56 virtual ~FrameList() override = default;
216 FrameList(const FrameList&);
217 FrameList& operator=(const FrameList&);
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/programming/source/
H A Daudiotools_pcm.rst1 :mod:`audiotools.pcm` --- the PCM FrameList Module
5 :synopsis: the PCM FrameList Module
88 FrameList Objects
105 .. data:: FrameList.frames
109 .. data:: FrameList.channels
113 .. data:: FrameList.bits_per_sample
124 this FrameList's boundaries.
133 this FrameList's boundaries.
135 .. method:: FrameList.split(frame_count)
143 .. method:: FrameList.to_float()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/libsrc/
H A Ddsrimgvl.cc40 FrameList(), in DSRImageReferenceValue()
53 FrameList(), in DSRImageReferenceValue()
70 FrameList(), in DSRImageReferenceValue()
84 FrameList(referenceValue.FrameList), in DSRImageReferenceValue()
101 FrameList(), in DSRImageReferenceValue()
123 FrameList = referenceValue.FrameList; in operator =()
138 (FrameList == referenceValue.FrameList) && in operator ==()
149 (FrameList != referenceValue.FrameList) || in operator !=()
159 FrameList.clear(); in clear()
211 if (!FrameList.isEmpty()) in print()
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DAnimatedTextures.cpp45 vector<short> FrameList; member in AnimTxtr
58 size_t GetNumFrames() {return FrameList.size();} in GetNumFrames()
64 void Clear() {FrameList.clear();} in Clear()
105 FrameList.swap(_FrameList); in Load()
106 if (FrameList.empty()) return; in Load()
109 FramePhase = FramePhase % FrameList.size(); in Load()
116 size_t NumFrames = FrameList.size(); in Translate()
129 if (FrameList[f] == Frame) in Translate()
139 Frame = FrameList[FrameIndex]; in Translate()
165 size_t NumFrames = FrameList.size(); in SetTiming()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/mpeg/id3v2/frames/
H A Dtableofcontentsframe.cpp52 FrameList embeddedFrameList;
180 const FrameList &TableOfContentsFrame::embeddedFrameList() const in embeddedFrameList()
199 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
204 FrameList &mappedList = d->embeddedFrameListMap[frame->frameID()]; in removeEmbeddedFrame()
216 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
217 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
233 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
254 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findByElementID()
270 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findTopLevel()
346 FrameList l = d->embeddedFrameList; in renderFields()
[all …]
H A Dchapterframe.cpp56 FrameList embeddedFrameList;
74 const FrameList &embeddedFrames) : in ChapterFrame()
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
156 const FrameList &ChapterFrame::embeddedFrameList() const in embeddedFrameList()
175 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
189 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
190 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
208 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
228 ID3v2::FrameList comments = tag->frameList("CHAP"); in findByElementID()
230 for(ID3v2::FrameList::ConstIterator it = comments.begin(); in findByElementID()
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Danimchnk.hpp29 struct FrameList struct
31 ~FrameList();
32 FrameList(TEXANIM*);
33 FrameList(TEXANIM* p,FrameList* fl,int* conv);
61 FrameList** Seq; argument
H A Danimchnk.cpp39 ta->Seq=new FrameList*[ta->NumSeq]; in Animation_Chunk()
42 ta->Seq[j]=new FrameList(ta); in Animation_Chunk()
43 FrameList* fl=ta->Seq[j]; in Animation_Chunk()
151 FrameList* fl=ta->Seq[j]; in fill_data_block()
177 FrameList::FrameList(TEXANIM* p) in FrameList() function in FrameList
188 FrameList::FrameList(TEXANIM* p,FrameList* fl,int* conv) in FrameList() function in FrameList
218 FrameList::~FrameList() in ~FrameList()
260 Seq=new FrameList*[NumSeq]; in CopyAnimData()
266 Seq[i]=new FrameList(this,ta->Seq[i],conv); in CopyAnimData()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/id3v2/frames/
H A Dtableofcontentsframe.cpp52 FrameList embeddedFrameList;
179 const FrameList &TableOfContentsFrame::embeddedFrameList() const in embeddedFrameList()
198 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
212 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
213 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
229 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
250 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findByElementID()
252 for(ID3v2::FrameList::ConstIterator it = tablesOfContents.begin(); in findByElementID()
266 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findTopLevel()
342 FrameList l = d->embeddedFrameList; in renderFields()
[all …]
H A Dchapterframe.cpp56 FrameList embeddedFrameList;
74 const FrameList &embeddedFrames) : in ChapterFrame()
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
156 const FrameList &ChapterFrame::embeddedFrameList() const in embeddedFrameList()
175 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
189 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
190 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
208 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
228 ID3v2::FrameList comments = tag->frameList("CHAP"); in findByElementID()
230 for(ID3v2::FrameList::ConstIterator it = comments.begin(); in findByElementID()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/id3v2/frames/
H A Dtableofcontentsframe.cpp52 FrameList embeddedFrameList;
179 const FrameList &TableOfContentsFrame::embeddedFrameList() const in embeddedFrameList()
198 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
212 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
213 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
229 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
250 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findByElementID()
252 for(ID3v2::FrameList::ConstIterator it = tablesOfContents.begin(); in findByElementID()
266 ID3v2::FrameList tablesOfContents = tag->frameList("CTOC"); in findTopLevel()
342 FrameList l = d->embeddedFrameList; in renderFields()
[all …]
H A Dchapterframe.cpp56 FrameList embeddedFrameList;
74 const FrameList &embeddedFrames) : in ChapterFrame()
88 for(FrameList::ConstIterator it = embeddedFrames.begin(); in ChapterFrame()
156 const FrameList &ChapterFrame::embeddedFrameList() const in embeddedFrameList()
175 FrameList::Iterator it = d->embeddedFrameList.find(frame); in removeEmbeddedFrame()
189 FrameList l = d->embeddedFrameListMap[id]; in removeEmbeddedFrames()
190 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeEmbeddedFrames()
208 for(FrameList::ConstIterator it = d->embeddedFrameList.begin(); in toString()
228 ID3v2::FrameList comments = tag->frameList("CHAP"); in findByElementID()
230 for(ID3v2::FrameList::ConstIterator it = comments.begin(); in findByElementID()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/track/taglib/
H A Dtrackmetadata_id3v2.cpp88 const TagLib::ID3v2::FrameList& frameList) { in firstNonEmptyFrameToQString()
146 const TagLib::ID3v2::FrameList& commentsFrames = in findFirstCommentsFrame()
189 const TagLib::ID3v2::FrameList& textFrames = in findFirstUserTextIdentificationFrame()
191 for (TagLib::ID3v2::FrameList::ConstIterator it = textFrames.begin(); in findFirstUserTextIdentificationFrame()
240 const TagLib::ID3v2::FrameList& ufidFrames = in findFirstUniqueFileIdentifierFrame()
242 for (TagLib::ID3v2::FrameList::ConstIterator it = ufidFrames.begin(); in findFirstUniqueFileIdentifierFrame()
290 const TagLib::ID3v2::FrameList& geobFrames = in findFirstGeneralEncapsulatedObjectFrame()
292 for (TagLib::ID3v2::FrameList::ConstIterator it(geobFrames.begin()); in findFirstGeneralEncapsulatedObjectFrame()
397 const TagLib::ID3v2::FrameList& textFrames = in removeUserTextIdentificationFrames()
592 const TagLib::ID3v2::FrameList pFrames = iterAPIC->second; in importCoverImageFromTag()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/id3v2/
H A Did3v2tag.h57 typedef List<Frame *> FrameList; typedef
58 typedef Map<ByteVector, FrameList> FrameListMap;
252 const FrameList &frameList() const;
265 const FrameList &frameList(const ByteVector &frameID) const;
399 void downgradeFrames(FrameList *existingFrames, FrameList *newFrames) const;
H A Did3v2tag.cpp88 FrameList frameList;
158 const FrameList &comments = d->frameListMap["COMM"]; in comment()
331 const FrameList &ID3v2::Tag::frameList() const in frameList()
350 FrameList::Iterator it = d->frameList.find(frame); in removeFrame()
364 FrameList l = d->frameListMap[id]; in removeFrames()
365 for(FrameList::ConstIterator it = l.begin(); it != l.end(); ++it) in removeFrames()
388 FrameList l = frameList(id); in removeUnsupportedProperties()
421 FrameList framesToDelete; in setProperties()
468 void ID3v2::Tag::downgradeFrames(FrameList *frames, FrameList *newFrames) const in downgradeFrames()
586 FrameList newFrames; in render()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/mpeg/id3v2/
H A Did3v2tag.h49 typedef List<Frame *> FrameList; in a()
50 typedef Map<ByteVector, FrameList> FrameListMap; in a()
244 const FrameList &frameList() const; in a()
257 const FrameList &frameList(const ByteVector &frameID) const; in a()
398 void downgradeFrames(FrameList *existingFrames, FrameList *newFrames) const; in a()
H A Did3v2tag.cpp98 FrameList frameList;
168 const FrameList &comments = d->frameListMap["COMM"]; in comment()
263 const FrameList &comments = d->frameListMap["COMM"]; in setComment()
352 const FrameList &ID3v2::Tag::frameList() const in frameList()
371 FrameList::Iterator it = d->frameList.find(frame); in removeFrame()
385 FrameList l = d->frameListMap[id]; in removeFrames()
409 FrameList l = frameList(id); in removeUnsupportedProperties()
442 FrameList framesToDelete; in setProperties()
489 void ID3v2::Tag::downgradeFrames(FrameList *frames, FrameList *newFrames) const in downgradeFrames()
642 FrameList newFrames; in render()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/id3v2/
H A Did3v2tag.h49 typedef List<Frame *> FrameList; typedef
50 typedef Map<ByteVector, FrameList> FrameListMap;
244 const FrameList &frameList() const;
257 const FrameList &frameList(const ByteVector &frameID) const;
398 void downgradeFrames(FrameList *existingFrames, FrameList *newFrames) const;
H A Did3v2tag.cpp88 FrameList frameList;
158 const FrameList &comments = d->frameListMap["COMM"]; in comment()
253 const FrameList &comments = d->frameListMap["COMM"]; in setComment()
342 const FrameList &ID3v2::Tag::frameList() const in frameList()
361 FrameList::Iterator it = d->frameList.find(frame); in removeFrame()
375 FrameList l = d->frameListMap[id]; in removeFrames()
399 FrameList l = frameList(id); in removeUnsupportedProperties()
432 FrameList framesToDelete; in setProperties()
479 void ID3v2::Tag::downgradeFrames(FrameList *frames, FrameList *newFrames) const in downgradeFrames()
597 FrameList newFrames; in render()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Djitter_buffer.cc43 void FrameList::InsertFrame(VCMFrameBuffer* frame) { in InsertFrame()
47 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame()
48 FrameList::iterator it = find(timestamp); in PopFrame()
56 VCMFrameBuffer* FrameList::Front() const { in Front()
60 VCMFrameBuffer* FrameList::Back() const { in Back()
64 int FrameList::RecycleFramesUntilKeyFrame(FrameList::iterator* key_frame_it, in RecycleFramesUntilKeyFrame()
67 FrameList::iterator it = begin(); in RecycleFramesUntilKeyFrame()
104 void FrameList::Reset(UnorderedFrameList* free_frames) { in Reset()
397 FrameList* frame_list; in InsertPacket()
655 FrameList::reverse_iterator rit = find_if( in GetNackList()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Djitter_buffer.cc43 void FrameList::InsertFrame(VCMFrameBuffer* frame) { in InsertFrame()
47 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame()
48 FrameList::iterator it = find(timestamp); in PopFrame()
56 VCMFrameBuffer* FrameList::Front() const { in Front()
60 VCMFrameBuffer* FrameList::Back() const { in Back()
64 int FrameList::RecycleFramesUntilKeyFrame(FrameList::iterator* key_frame_it, in RecycleFramesUntilKeyFrame()
67 FrameList::iterator it = begin(); in RecycleFramesUntilKeyFrame()
104 void FrameList::Reset(UnorderedFrameList* free_frames) { in Reset()
391 FrameList* frame_list; in InsertPacket()
649 FrameList::reverse_iterator rit = find_if( in GetNackList()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Djitter_buffer.cc43 void FrameList::InsertFrame(VCMFrameBuffer* frame) { in InsertFrame()
47 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame()
48 FrameList::iterator it = find(timestamp); in PopFrame()
56 VCMFrameBuffer* FrameList::Front() const { in Front()
60 VCMFrameBuffer* FrameList::Back() const { in Back()
64 int FrameList::RecycleFramesUntilKeyFrame(FrameList::iterator* key_frame_it, in RecycleFramesUntilKeyFrame()
67 FrameList::iterator it = begin(); in RecycleFramesUntilKeyFrame()
104 void FrameList::Reset(UnorderedFrameList* free_frames) { in Reset()
391 FrameList* frame_list; in InsertPacket()
649 FrameList::reverse_iterator rit = find_if( in GetNackList()
[all …]

123456789