Searched defs:Chapter (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1194 // Chapter Class
1196 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1198 void Chapter::set_time(const Segment& segment, uint64 start_ns, uint64 end_ns) {
1205 bool Chapter::add_string(const char* title, const char* language,
1225 Chapter::Chapter() { function in class:mkvmuxer::Chapter
1230 // clients from creating Chapter instances (a privelege we grant
1237 Chapter::~Chapter() {}
1239 void Chapter
[all...]
H A Dmkvmuxer.hpp576 // Chapter element
578 class Chapter { class in namespace:mkvmuxer
648 Chapter();
649 ~Chapter();
652 // Chapter object. The |seed| parameter is used to create the UID
656 // Copies this Chapter object to a different one. This is used when
657 // expanding a plain array of Chapter objects (see Chapters).
658 void ShallowCopy(Chapter* dst) const;
660 // Reclaim resources used by this Chapter object, pending its
699 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapter);
[all...]

Completed in 131 milliseconds