Searched refs:Chapters (Results 1 – 4 of 4) sorted by relevance
539 class Chapters class541 Chapters(const Chapters&);542 Chapters& operator=(const Chapters&);551 Chapters(558 ~Chapters();601 long long GetStartTime(const Chapters*) const;602 long long GetStopTime(const Chapters*) const;611 static long long GetTime(const Chapters*, long long timecode);628 friend class Chapters;1018 const Chapters* GetChapters() const;[all …]
1040 m_pChapters = new (std::nothrow) Chapters( in ParseHeaders()4237 const Chapters* Segment::GetChapters() const in GetChapters()4256 Chapters::Chapters( in Chapters() function in mkvparser::Chapters4274 Chapters::~Chapters() in ~Chapters()4284 long Chapters::Parse() in Parse()4325 int Chapters::GetEditionCount() const in GetEditionCount()4331 const Chapters::Edition* Chapters::GetEdition(int idx) const in GetEdition()4343 bool Chapters::ExpandEditionsArray() in ExpandEditionsArray()4368 long Chapters::ParseEdition( in ParseEdition()4382 Chapters::Edition::Edition() in Edition()[all …]
576 friend class Chapters;667 class Chapters { class669 Chapters();670 ~Chapters();699 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters);1294 Chapters chapters_;
1352 Chapters::Chapters() in Chapters() function in mkvmuxer::Chapters1358 Chapters::~Chapters() { in ~Chapters()1368 int Chapters::Count() const { in Count()1372 Chapter* Chapters::AddChapter(unsigned int* seed) { in AddChapter()1382 bool Chapters::Write(IMkvWriter* writer) const { in Write()1404 bool Chapters::ExpandChaptersArray() { in ExpandChaptersArray()1428 uint64 Chapters::WriteEdition(IMkvWriter* writer) const { in WriteEdition()