Home
last modified time | relevance | path

Searched refs:Chapter (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1128 bool Chapter::set_id(const char* id) { in set_id()
1132 void Chapter::set_time(const Segment& segment, in set_time()
1141 bool Chapter::add_string(const char* title, in add_string()
1162 Chapter::Chapter() { in Chapter() function in mkvmuxer::Chapter
1174 Chapter::~Chapter() { in ~Chapter()
1177 void Chapter::Init(unsigned int* seed) { in Init()
1185 void Chapter::ShallowCopy(Chapter* dst) const { in ShallowCopy()
1195 void Chapter::Clear() { in Clear()
1209 bool Chapter::ExpandDisplaysArray() { in ExpandDisplaysArray()
1231 uint64 Chapter::WriteAtom(IMkvWriter* writer) const { in WriteAtom()
[all …]
Dmkvmuxer.hpp537 class Chapter { class
610 Chapter();
611 ~Chapter();
620 void ShallowCopy(Chapter* dst) const;
661 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapter);
672 Chapter* AddChapter(unsigned int* seed);
697 Chapter* chapters_;
1057 Chapter* AddChapter();