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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1857 // Chapter Class
1859 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1861 void Chapter::set_time(const Segment& segment, uint64_t start_ns,
1869 bool Chapter::add_string(const char* title, const char* language,
1889 Chapter::Chapter() { function in class:mkvmuxer::Chapter
1894 // clients from creating Chapter instances (a privelege we grant
1901 Chapter::~Chapter() {}
1903 void Chapter
[all...]
H A Dmkvmuxer.h923 // Chapter element
925 class Chapter { class in namespace:mkvmuxer
995 Chapter();
996 ~Chapter();
999 // Chapter object. The |seed| parameter is used to create the UID
1003 // Copies this Chapter object to a different one. This is used when
1004 // expanding a plain array of Chapter objects (see Chapters).
1005 void ShallowCopy(Chapter* dst) const;
1007 // Reclaim resources used by this Chapter object, pending its
1046 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapter);
[all...]

Completed in 231 milliseconds