Home
last modified time | relevance | path

Searched refs:Chapters (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dchapters.cpp21 Chapters::Chapters() { in Chapters() function in Chapters
25 Chapters::~Chapters() { in ~Chapters()
28 void Chapters::clear() { in clear()
42 void Chapters::addEnd(int ID, double end) { in addEnd()
47 void Chapters::addID(int ID) { in addID()
51 int Chapters::numItems() { in numItems()
55 bool Chapters::existsItemAt(int n) { in existsItemAt()
59 ChapterData Chapters::itemAt(int n) { in itemAt()
63 ChapterData Chapters::item(int ID) { in item()
113 int Chapters::find(int ID) { in find()
[all …]
H A Dchapters.h50 class Chapters {
53 Chapters();
54 ~Chapters();
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dtext.cpp57 for (size_t i = 0; i < this->Chapters.size(); ++i) { in ~CText()
58 delete this->Chapters[i]; in ~CText()
60 this->Chapters.clear(); in ~CText()
65 for (size_t i = 0; i < this->Chapters.size(); ++i) { in GetChapter()
66 if (chapter_name == this->Chapters[i]->Name) { in GetChapter()
67 return this->Chapters[i]; in GetChapter()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DChaptersViewModel.cs99 public ObservableCollection<ChapterMarker> Chapters property in HandBrakeWPF.ViewModels.ChaptersViewModel
109 this.NotifyOfPropertyChange(() => this.Chapters);
155 foreach (ChapterMarker row in this.Chapters) in Export()
241 foreach (ChapterMarker item in this.Chapters) in Import()
281 this.sourceChaptersList = title.Chapters; in SetSource()
282 this.SetSourceChapters(title.Chapters); in SetSource()
298 this.NotifyOfPropertyChange(() => this.Chapters); in SetPreset()
312 this.NotifyOfPropertyChange(() => this.Chapters); in UpdateTask()
346 this.Chapters.Clear(); in SetSourceChapters()
355 this.Chapters.Add(marker); in SetSourceChapters()
[all …]
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DChapterDialog.java13 private Chapters[] chapters;
23 chapters = new Chapters[]{new Chapters(1, totalChapters)}; in ChapterDialog()
26 public ChapterDialog(Shell shell, int style, int totalChapters, Chapters[] chapters) { in ChapterDialog()
32 public Chapters[] open() { in open()
155 private Chapters[] getChapters() { in getChapters()
163 chaptersList.add(new Chapters(i + 1, i + selectionSize)); in getChapters()
170 chaptersList.add(new Chapters(i + 1, i + 1)); in getChapters()
172 Chapters[] chapters = new Chapters[chaptersList.size()]; in getChapters()
174 chapters[i] = (Chapters) chaptersList.get(i); in getChapters()
H A DDVDAdapter.java6 private Chapters[] chapters;
8 …public DVDAdapter(String drive, int title, Chapters[] chapters, int audioStream, int subtitles, St… in DVDAdapter()
25 public Chapters[] getChapters() { in getChapters()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/entities/
H A Dchapters.cpp74 Chapters::Chapters(LastExpressEngine *engine) : Entity(engine, kEntityChapters) { in Chapters() function in LastExpress::Chapters
75 ADD_CALLBACK_FUNCTION_II(Chapters, savegame); in Chapters()
78 ADD_CALLBACK_FUNCTION(Chapters, chapter1); in Chapters()
80 ADD_CALLBACK_FUNCTION(Chapters, firstDream); in Chapters()
84 ADD_CALLBACK_FUNCTION(Chapters, chapter2); in Chapters()
87 ADD_CALLBACK_FUNCTION(Chapters, chapter3); in Chapters()
91 ADD_CALLBACK_FUNCTION(Chapters, chapter4); in Chapters()
94 ADD_CALLBACK_FUNCTION(Chapters, chapter5); in Chapters()
115 IMPLEMENT_FUNCTION(4, Chapters, chapter1)
158 IMPLEMENT_FUNCTION(6, Chapters, firstDream)
[all …]
H A Dchapters.h32 class Chapters : public Entity {
34 Chapters(LastExpressEngine *engine);
35 ~Chapters() {} in ~Chapters()
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/entities/
H A Dchapters.cpp74 Chapters::Chapters(LastExpressEngine *engine) : Entity(engine, kEntityChapters) { in Chapters() function in LastExpress::Chapters
75 ADD_CALLBACK_FUNCTION_II(Chapters, savegame); in Chapters()
78 ADD_CALLBACK_FUNCTION(Chapters, chapter1); in Chapters()
80 ADD_CALLBACK_FUNCTION(Chapters, firstDream); in Chapters()
84 ADD_CALLBACK_FUNCTION(Chapters, chapter2); in Chapters()
87 ADD_CALLBACK_FUNCTION(Chapters, chapter3); in Chapters()
91 ADD_CALLBACK_FUNCTION(Chapters, chapter4); in Chapters()
94 ADD_CALLBACK_FUNCTION(Chapters, chapter5); in Chapters()
115 IMPLEMENT_FUNCTION(4, Chapters, chapter1)
158 IMPLEMENT_FUNCTION(6, Chapters, firstDream)
[all …]
H A Dchapters.h32 class Chapters : public Entity {
34 Chapters(LastExpressEngine *engine);
35 ~Chapters() override {} in ~Chapters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/
H A Dvttdemux.cc90 explicit ChapterAtomParser(const mkvparser::Chapters::Display* display);
93 const mkvparser::Chapters::Display* const display_;
139 bool WriteChaptersCue(FILE* file, const mkvparser::Chapters* chapters,
140 const mkvparser::Chapters::Atom* atom,
141 const mkvparser::Chapters::Display* display);
146 const mkvparser::Chapters::Atom* atom);
151 const mkvparser::Chapters::Atom* atom);
262 const mkvparser::Chapters::Display* display) in ChapterAtomParser()
583 const mkvparser::Chapters* const chapters = s->GetChapters(); in WriteChaptersFile()
675 FILE* f, const mkvparser::Chapters::Atom* atom) { in WriteChaptersCueIdentifier()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/
H A Dvttdemux.cc90 explicit ChapterAtomParser(const mkvparser::Chapters::Display* display);
93 const mkvparser::Chapters::Display* const display_;
139 bool WriteChaptersCue(FILE* file, const mkvparser::Chapters* chapters,
140 const mkvparser::Chapters::Atom* atom,
141 const mkvparser::Chapters::Display* display);
146 const mkvparser::Chapters::Atom* atom);
151 const mkvparser::Chapters::Atom* atom);
262 const mkvparser::Chapters::Display* display) in ChapterAtomParser()
583 const mkvparser::Chapters* const chapters = s->GetChapters(); in WriteChaptersFile()
675 FILE* f, const mkvparser::Chapters::Atom* atom) { in WriteChaptersCueIdentifier()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp55 extern FILE *Chapters;
1146 SetCurrentOutput(Chapters); in RTFOnMacro()
1182 SetCurrentOutput(Chapters); in RTFOnMacro()
1211 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" ")); in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1900 SetCurrentOutput(Chapters); in RTFOnMacro()
1928 wxPutc(ch, Chapters); in RTFOnMacro()
4958 SetCurrentOutput(Chapters); in RTFOnArgument()
4963 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" References\\par\\pard}\n")); in RTFOnArgument()
5196 if (!Contents || !Chapters) in RTFGo()
[all …]
H A Dxlputils.cpp81 SetCurrentOutputs(Contents, Chapters); in XLPOnMacro()
93 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
94 SetCurrentOutput(Chapters); in XLPOnMacro()
113 SetCurrentOutputs(Chapters, Sections); in XLPOnMacro()
131 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
433 wxPutc(ch, Chapters); in XLPOnMacro()
821 SetCurrentOutput(Chapters); in XLPOnArgument()
823 SetCurrentOutputs(Contents, Chapters); in XLPOnArgument()
830 SetCurrentOutput(Chapters); in XLPOnArgument()
1158 SetCurrentOutput(Chapters); in XLPGo()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp55 extern FILE *Chapters;
1146 SetCurrentOutput(Chapters); in RTFOnMacro()
1182 SetCurrentOutput(Chapters); in RTFOnMacro()
1211 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" ")); in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1900 SetCurrentOutput(Chapters); in RTFOnMacro()
1928 wxPutc(ch, Chapters); in RTFOnMacro()
4958 SetCurrentOutput(Chapters); in RTFOnArgument()
4963 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" References\\par\\pard}\n")); in RTFOnArgument()
5196 if (!Contents || !Chapters) in RTFGo()
[all …]
H A Dxlputils.cpp81 SetCurrentOutputs(Contents, Chapters); in XLPOnMacro()
93 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
94 SetCurrentOutput(Chapters); in XLPOnMacro()
113 SetCurrentOutputs(Chapters, Sections); in XLPOnMacro()
131 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
433 wxPutc(ch, Chapters); in XLPOnMacro()
821 SetCurrentOutput(Chapters); in XLPOnArgument()
823 SetCurrentOutputs(Contents, Chapters); in XLPOnArgument()
830 SetCurrentOutput(Chapters); in XLPOnArgument()
1158 SetCurrentOutput(Chapters); in XLPGo()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp55 extern FILE *Chapters;
1146 SetCurrentOutput(Chapters); in RTFOnMacro()
1182 SetCurrentOutput(Chapters); in RTFOnMacro()
1211 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" ")); in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1900 SetCurrentOutput(Chapters); in RTFOnMacro()
1928 wxPutc(ch, Chapters); in RTFOnMacro()
4958 SetCurrentOutput(Chapters); in RTFOnArgument()
4963 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" References\\par\\pard}\n")); in RTFOnArgument()
5196 if (!Contents || !Chapters) in RTFGo()
[all …]
H A Dxlputils.cpp81 SetCurrentOutputs(Contents, Chapters); in XLPOnMacro()
93 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
94 SetCurrentOutput(Chapters); in XLPOnMacro()
113 SetCurrentOutputs(Chapters, Sections); in XLPOnMacro()
131 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
433 wxPutc(ch, Chapters); in XLPOnMacro()
821 SetCurrentOutput(Chapters); in XLPOnArgument()
823 SetCurrentOutputs(Contents, Chapters); in XLPOnArgument()
830 SetCurrentOutput(Chapters); in XLPOnArgument()
1158 SetCurrentOutput(Chapters); in XLPGo()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp55 extern FILE *Chapters;
1146 SetCurrentOutput(Chapters); in RTFOnMacro()
1182 SetCurrentOutput(Chapters); in RTFOnMacro()
1211 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" ")); in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1900 SetCurrentOutput(Chapters); in RTFOnMacro()
1928 wxPutc(ch, Chapters); in RTFOnMacro()
4958 SetCurrentOutput(Chapters); in RTFOnArgument()
4963 WriteHeadingStyle(Chapters, 1); wxFprintf(Chapters, _T(" References\\par\\pard}\n")); in RTFOnArgument()
5196 if (!Contents || !Chapters) in RTFGo()
[all …]
H A Dxlputils.cpp81 SetCurrentOutputs(Contents, Chapters); in XLPOnMacro()
93 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
94 SetCurrentOutput(Chapters); in XLPOnMacro()
113 SetCurrentOutputs(Chapters, Sections); in XLPOnMacro()
131 wxFprintf(Chapters, _T("}\n\n")); in XLPOnMacro()
433 wxPutc(ch, Chapters); in XLPOnMacro()
821 SetCurrentOutput(Chapters); in XLPOnArgument()
823 SetCurrentOutputs(Contents, Chapters); in XLPOnArgument()
830 SetCurrentOutput(Chapters); in XLPOnArgument()
1158 SetCurrentOutput(Chapters); in XLPGo()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/third_party/libwebm/mkvparser/
H A Dmkvparser.h598 class Chapters {
599 Chapters(const Chapters&);
600 Chapters& operator=(const Chapters&);
609 Chapters(Segment*, long long payload_start, long long payload_size,
612 ~Chapters();
656 long long GetStartTime(const Chapters*) const;
657 long long GetStopTime(const Chapters*) const;
667 static long long GetTime(const Chapters*, long long timecode);
683 friend class Chapters; variable
1091 const Chapters* GetChapters() const;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/mkvparser/
H A Dmkvparser.h598 class Chapters {
599 Chapters(const Chapters&);
600 Chapters& operator=(const Chapters&);
609 Chapters(Segment*, long long payload_start, long long payload_size,
612 ~Chapters();
656 long long GetStartTime(const Chapters*) const;
657 long long GetStopTime(const Chapters*) const;
667 static long long GetTime(const Chapters*, long long timecode);
683 friend class Chapters; variable
1091 const Chapters* GetChapters() const;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h598 class Chapters {
599 Chapters(const Chapters&);
600 Chapters& operator=(const Chapters&);
609 Chapters(Segment*, long long payload_start, long long payload_size,
612 ~Chapters();
656 long long GetStartTime(const Chapters*) const;
657 long long GetStopTime(const Chapters*) const;
667 static long long GetTime(const Chapters*, long long timecode);
683 friend class Chapters; variable
1091 const Chapters* GetChapters() const;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h598 class Chapters {
599 Chapters(const Chapters&);
600 Chapters& operator=(const Chapters&);
609 Chapters(Segment*, long long payload_start, long long payload_size,
612 ~Chapters();
656 long long GetStartTime(const Chapters*) const;
657 long long GetStopTime(const Chapters*) const;
667 static long long GetTime(const Chapters*, long long timecode);
683 friend class Chapters; variable
1091 const Chapters* GetChapters() const;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.h596 class Chapters {
597 Chapters(const Chapters&);
598 Chapters& operator=(const Chapters&);
607 Chapters(Segment*, long long payload_start, long long payload_size,
610 ~Chapters();
654 long long GetStartTime(const Chapters*) const;
655 long long GetStopTime(const Chapters*) const;
665 static long long GetTime(const Chapters*, long long timecode);
681 friend class Chapters; variable
1089 const Chapters* GetChapters() const;
[all …]

12345678910>>...89