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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h211 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other }; enumerator in enum:blink::HTMLMediaElement::TrackGroup::GroupKind
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1101 // Chapter Class
1103 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1105 void Chapter::set_time(const Segment& segment, uint64 start_ns, uint64 end_ns) {
1112 bool Chapter::add_string(const char* title, const char* language,
1132 Chapter::Chapter() { function in class:mkvmuxer::Chapter
1137 // clients from creating Chapter instances (a privelege we grant
1144 Chapter::~Chapter() {}
1146 void Chapter
[all...]
H A Dmkvmuxer.hpp531 // Chapter element
533 class Chapter { class in namespace:mkvmuxer
603 Chapter();
604 ~Chapter();
607 // Chapter object. The |seed| parameter is used to create the UID
611 // Copies this Chapter object to a different one. This is used when
612 // expanding a plain array of Chapter objects (see Chapters).
613 void ShallowCopy(Chapter* dst) const;
615 // Reclaim resources used by this Chapter object, pending its
654 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapter);
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1126 // Chapter Class
1128 bool Chapter::set_id(const char* id) {
1132 void Chapter::set_time(const Segment& segment,
1141 bool Chapter::add_string(const char* title,
1162 Chapter::Chapter() { function in class:mkvmuxer::Chapter
1167 // clients from creating Chapter instances (a privelege we grant
1174 Chapter::~Chapter() {
1177 void Chapter
[all...]
H A Dmkvmuxer.hpp535 // Chapter element
537 class Chapter { class in namespace:mkvmuxer
610 Chapter();
611 ~Chapter();
614 // Chapter object. The |seed| parameter is used to create the UID
618 // Copies this Chapter object to a different one. This is used when
619 // expanding a plain array of Chapter objects (see Chapters).
620 void ShallowCopy(Chapter* dst) const;
622 // Reclaim resources used by this Chapter object, pending its
661 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapter);
[all...]

Completed in 62 milliseconds