Searched refs:Chapters (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp464 class Chapters { class in namespace:mkvparser
465 Chapters(const Chapters&);
466 Chapters& operator=(const Chapters&);
475 Chapters(Segment*, long long payload_start, long long payload_size,
478 ~Chapters();
522 long long GetStartTime(const Chapters*) const;
523 long long GetStopTime(const Chapters*) const;
533 static long long GetTime(const Chapters*, lon
[all...]
H A Dmkvmuxer.hpp569 friend class Chapters;
612 // expanding a plain array of Chapter objects (see Chapters).
658 // Chapters element
660 class Chapters { class in namespace:mkvmuxer
662 Chapters();
663 ~Chapters();
670 // Output the Chapters element to the writer. Returns true on success.
679 // Chapters element into the stream. Returns the Edition element
692 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters);
1247 Chapters chapters
[all...]
H A Dmkvparser.cpp897 } else if (id == 0x0043A770) { // Chapters ID
900 Chapters(this, pos, size, element_start, element_size);
3830 const Chapters* Segment::GetChapters() const { return m_pChapters; }
3839 Chapters::Chapters(Segment* pSegment, long long payload_start, function in class:mkvparser::Chapters
3851 Chapters::~Chapters() {
3858 long Chapters::Parse() {
3890 int Chapters::GetEditionCount() const { return m_editions_count; }
3892 const Chapters
[all...]
H A Dmkvmuxer.cpp1134 // done in Init() (called in Chapters::AddChapter()). The only
1138 // only to the Chapters class). Doing no initialization here also
1316 // Chapters Class
1318 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {} function in class:mkvmuxer::Chapters
1320 Chapters::~Chapters() {
1330 int Chapters::Count() const { return chapters_count_; }
1332 Chapter* Chapters::AddChapter(unsigned int* seed) {
1342 bool Chapters
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp539 class Chapters class in namespace:mkvparser
541 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*, lon
[all...]
H A Dmkvmuxer.hpp576 friend class Chapters;
619 // expanding a plain array of Chapter objects (see Chapters).
665 // Chapters element
667 class Chapters { class in namespace:mkvmuxer
669 Chapters();
670 ~Chapters();
677 // Output the Chapters element to the writer. Returns true on success.
686 // Chapters element into the stream. Returns the Edition element
699 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters);
1294 Chapters chapters
[all...]
H A Dmkvparser.cpp1036 else if (id == 0x0043A770) //Chapters ID
1040 m_pChapters = new (std::nothrow) Chapters(
4237 const Chapters* Segment::GetChapters() const
4256 Chapters::Chapters( function in class:mkvparser::Chapters
4274 Chapters::~Chapters()
4284 long Chapters::Parse()
4325 int Chapters::GetEditionCount() const
4331 const Chapters
[all...]
H A Dmkvmuxer.cpp1164 // done in Init() (called in Chapters::AddChapter()). The only
1168 // only to the Chapters class). Doing no initialization here also
1350 // Chapters Class
1352 Chapters::Chapters() function in class:mkvmuxer::Chapters
1358 Chapters::~Chapters() {
1368 int Chapters::Count() const {
1372 Chapter* Chapters::AddChapter(unsigned int* seed) {
1382 bool Chapters
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.hpp464 class Chapters { class in namespace:mkvparser
465 Chapters(const Chapters&);
466 Chapters& operator=(const Chapters&);
475 Chapters(Segment*, long long payload_start, long long payload_size,
478 ~Chapters();
522 long long GetStartTime(const Chapters*) const;
523 long long GetStopTime(const Chapters*) const;
533 static long long GetTime(const Chapters*, lon
[all...]
H A Dmkvparser.cpp899 } else if (id == 0x0043A770) { // Chapters ID
902 Chapters(this, pos, size, element_start, element_size);
3832 const Chapters* Segment::GetChapters() const { return m_pChapters; }
3841 Chapters::Chapters(Segment* pSegment, long long payload_start, function in class:mkvparser::Chapters
3853 Chapters::~Chapters() {
3860 long Chapters::Parse() {
3892 int Chapters::GetEditionCount() const { return m_editions_count; }
3894 const Chapters
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex5245 % Chapters, sections, etc.
6150 % Chapters, in the main contents.
6153 % Chapters, in the short toc.

Completed in 290 milliseconds